diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-12 22:33:46 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-12 22:33:46 +0000 |
commit | ea6d58b0b6bcec64fce82f46722c1bd4bc23cc2b (patch) | |
tree | bfe521634978008f549e2b9395db89c9e0a10401 /dev-libs/libxml2 | |
parent | unmask x86 (diff) | |
download | gentoo-2-ea6d58b0b6bcec64fce82f46722c1bd4bc23cc2b.tar.gz gentoo-2-ea6d58b0b6bcec64fce82f46722c1bd4bc23cc2b.tar.bz2 gentoo-2-ea6d58b0b6bcec64fce82f46722c1bd4bc23cc2b.zip |
unmask x86
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/ChangeLog | 4 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.26.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 9989660ffc6c..2f8ea731b3d5 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for dev-libs/libxml2 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.17 2002/11/08 17:56:38 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.18 2002/11/12 22:33:46 foser Exp $ -*libxml2-2.4.27 (27 Oct 2002) +*libxml2-2.4.26 (27 Oct 2002) 07 Nov 2002; foser <foser@gentoo.org> libxml2-2.4.26.ebuild : Fixed the ebuild a bit. Now USE flags for deps. diff --git a/dev-libs/libxml2/libxml2-2.4.26.ebuild b/dev-libs/libxml2/libxml2-2.4.26.ebuild index 753bde7fedac..1a0210973424 100644 --- a/dev-libs/libxml2/libxml2-2.4.26.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.26.ebuild,v 1.2 2002/11/08 17:56:38 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.26.ebuild,v 1.3 2002/11/12 22:33:46 foser Exp $ inherit libtool gnome2 @@ -15,7 +15,7 @@ DEPEND="zlib? ( sys-libs/zlib ) SLOT="2" LICENSE="MIT" -KEYWORDS="~x86 ~sparc ~sparc64 ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~sparc64 ~ppc ~alpha" src_compile() { # Fix .la files of python site packages |