diff options
author | Olivier Crête <tester@gentoo.org> | 2008-07-27 18:11:11 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-07-27 18:11:11 +0000 |
commit | d90bbca21f3c5b9267156923e4411602f2f58258 (patch) | |
tree | 65e8ad4677a3be69328e2faf2d5ab5eecb4a880e /dev-libs/libxml2 | |
parent | Stable on amd64, bug #229709 (diff) | |
download | historical-d90bbca21f3c5b9267156923e4411602f2f58258.tar.gz historical-d90bbca21f3c5b9267156923e4411602f2f58258.tar.bz2 historical-d90bbca21f3c5b9267156923e4411602f2f58258.zip |
Stable on amd64, bug #229709
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.6.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 95854c996711..3a653ad194a3 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.213 2008/06/26 09:05:31 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.214 2008/07/27 18:10:06 tester Exp $ + + 26 Jul 2008; Olivier Crête <tester@gentoo.org> libxml2-2.6.32.ebuild: + Stable on amd64, bug #229709 26 Jun 2008; Rémi Cardona <remi@gentoo.org> libxml2-2.6.32.ebuild: download the correct testsuite tarball, see bug #229421 diff --git a/dev-libs/libxml2/libxml2-2.6.32.ebuild b/dev-libs/libxml2/libxml2-2.6.32.ebuild index d28d6e07121f..def8d9defac5 100644 --- a/dev-libs/libxml2/libxml2-2.6.32.ebuild +++ b/dev-libs/libxml2/libxml2-2.6.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.32.ebuild,v 1.2 2008/06/26 09:05:31 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.32.ebuild,v 1.3 2008/07/27 18:10:06 tester Exp $ inherit libtool flag-o-matic eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="bootstrap build debug doc examples ipv6 python readline test" XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" |