summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-10 13:28:23 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-10 13:28:23 +0000
commit29998e18cebdb7c2e6bedadaba88168d252f58c0 (patch)
tree5daf3810b9c929e141000188e87881f910aa4769 /dev-libs/libxml2
parentFix for #41399. (Manifest recommit) (diff)
downloadgentoo-2-29998e18cebdb7c2e6bedadaba88168d252f58c0.tar.gz
gentoo-2-29998e18cebdb7c2e6bedadaba88168d252f58c0.tar.bz2
gentoo-2-29998e18cebdb7c2e6bedadaba88168d252f58c0.zip
hppa stable
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.6.7.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libxml2/libxml2-2.6.7.ebuild b/dev-libs/libxml2/libxml2-2.6.7.ebuild
index b74604813744..642efd850298 100644
--- a/dev-libs/libxml2/libxml2-2.6.7.ebuild
+++ b/dev-libs/libxml2/libxml2-2.6.7.ebuild
@@ -1,16 +1,16 @@
# 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.1 2004/03/07 00:13:19 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.7.ebuild,v 1.2 2004/03/10 13:24:18 vapier Exp $
inherit libtool gnome.org flag-o-matic
DESCRIPTION="Version 2 of the library to manipulate XML files"
HOMEPAGE="http://www.xmlsoft.org/"
-LICENSE="MIT"
-IUSE="python readline ipv6"
+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
python? ( dev-lang/python )