diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:01:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:01:29 +0000 |
commit | 0f7ea19dd0d2ffdd2e3f8e9e244361b1ca593ad3 (patch) | |
tree | 9ce63a9d79a2d297d636a9750771bd98b59e74b4 /dev-libs/libxml | |
parent | sync IUSE (missing) (diff) | |
download | historical-0f7ea19dd0d2ffdd2e3f8e9e244361b1ca593ad3.tar.gz historical-0f7ea19dd0d2ffdd2e3f8e9e244361b1ca593ad3.tar.bz2 historical-0f7ea19dd0d2ffdd2e3f8e9e244361b1ca593ad3.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r-- | dev-libs/libxml/libxml-1.8.17-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index e585bf546d1c..352d8b16a580 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.22 2004/06/24 23:25:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.23 2004/07/14 14:58:02 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Version 1 of the library to manipulate XML files." SRC_URI="ftp://xmlsoft.org/old/${P}.tar.gz" HOMEPAGE="http://www.xmlsoft.org/" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" SLOT="1" LICENSE="GPL-2 LGPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" +IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" |