diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-02-22 12:13:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-02-22 12:13:04 +0000 |
commit | 8216fa079382383782b468b11a73504c482d14c7 (patch) | |
tree | c76cd37b4ec23951bb8fd0a35991968e0d3f8b66 | |
parent | update patches (diff) | |
download | historical-8216fa079382383782b468b11a73504c482d14c7.tar.gz historical-8216fa079382383782b468b11a73504c482d14c7.tar.bz2 historical-8216fa079382383782b468b11a73504c482d14c7.zip |
stable on alpha
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 8f22096ea68f..8c10326d31fe 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.29 2003/02/12 15:04:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.30 2003/02/22 12:13:04 agriffis Exp $ 12 Feb 2003; Guy Martin <gmsoft@gentoo.org> : Added hppa to keywords. @@ -23,6 +23,9 @@ *libxml2-2.4.30 (07 Jan 2003) + 22 Feb 2003; Aron Griffis <agriffis@gentoo.org> libxml2-2.4.30.ebuild : + Mark stable on alpha + 07 Jan 2003; foser <foser@gentoo.org> libxml2-2.4.30.ebuild : New version Added stripping of all unknown CFLAGS (bug #14265) diff --git a/dev-libs/libxml2/libxml2-2.4.30.ebuild b/dev-libs/libxml2/libxml2-2.4.30.ebuild index 8f27b30e5ba5..fc328003a02c 100644 --- a/dev-libs/libxml2/libxml2-2.4.30.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.3 2003/02/13 10:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.4 2003/02/22 12:13:04 agriffis Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib SLOT="2" LICENSE="MIT" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~hppa" +KEYWORDS="~x86 ~sparc ~ppc alpha ~hppa" src_compile() { # Fix .la files of python site packages |