diff options
author | Markus Meier <maekke@gentoo.org> | 2008-10-04 10:07:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-10-04 10:07:21 +0000 |
commit | 530ee2c1668a938b040396b503b43781fc7bbade (patch) | |
tree | 1c588ddaa5c073656278ba82805039ba8edf4cc1 /dev-libs | |
parent | Remove unused inherit, use emake instead of make. (diff) | |
download | gentoo-2-530ee2c1668a938b040396b503b43781fc7bbade.tar.gz gentoo-2-530ee2c1668a938b040396b503b43781fc7bbade.tar.bz2 gentoo-2-530ee2c1668a938b040396b503b43781fc7bbade.zip |
amd64/x86 stable, bug #239346
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 87e91f042f1d..6aa973b47ece 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.228 2008/10/03 22:35:27 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.229 2008/10/04 10:07:21 maekke Exp $ + + 04 Oct 2008; Markus Meier <maekke@gentoo.org> libxml2-2.7.2.ebuild: + amd64/x86 stable, bug #239346 03 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> libxml2-2.7.2.ebuild: Stable on sparc, security bug #239346 diff --git a/dev-libs/libxml2/libxml2-2.7.2.ebuild b/dev-libs/libxml2/libxml2-2.7.2.ebuild index 950fe3cf1480..95d07f68140b 100644 --- a/dev-libs/libxml2/libxml2-2.7.2.ebuild +++ b/dev-libs/libxml2/libxml2-2.7.2.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.7.2.ebuild,v 1.2 2008/10/03 22:35:27 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.7.2.ebuild,v 1.3 2008/10/04 10:07:21 maekke 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" |