diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-23 14:46:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-23 14:46:28 +0000 |
commit | 26ae409cf87af7b42d1353a6b526df3295e5fe93 (patch) | |
tree | 04b89e1d409429a9241b2691568e425d9b908371 /dev-libs/libxml2 | |
parent | add mysql patch into bind, allow for lookups (Manifest recommit) (diff) | |
download | gentoo-2-26ae409cf87af7b42d1353a6b526df3295e5fe93.tar.gz gentoo-2-26ae409cf87af7b42d1353a6b526df3295e5fe93.tar.bz2 gentoo-2-26ae409cf87af7b42d1353a6b526df3295e5fe93.zip |
Stable on alpha and ia64
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 67667c9ca16b..5dc4d5c3bfa1 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.81 2004/06/20 05:03:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.82 2004/06/23 14:46:28 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> libxml2-2.6.7.ebuild: + Stable on alpha and ia64 19 Jun 2004; Tom Gall <tgall@gentoo.org> libxml2-2.6.9.ebuild: stable on ppc64, bug #54140 diff --git a/dev-libs/libxml2/libxml2-2.6.7.ebuild b/dev-libs/libxml2/libxml2-2.6.7.ebuild index 28b196fc992f..d0d0dce31878 100644 --- a/dev-libs/libxml2/libxml2-2.6.7.ebuild +++ b/dev-libs/libxml2/libxml2-2.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.7.ebuild,v 1.7 2004/06/06 10:54:34 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.7.ebuild,v 1.8 2004/06/23 14:46:28 agriffis Exp $ inherit libtool gnome.org flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="x86 ppc sparc ~alpha hppa amd64 ~ia64 ~ppc64 mips" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~ppc64 mips" IUSE="python readline ipv6" DEPEND="sys-libs/zlib |