diff options
author | 2004-06-03 16:53:45 +0000 | |
---|---|---|
committer | 2004-06-03 16:53:45 +0000 | |
commit | 31bcb88f016c2301cf2f3a52f261c173086c2ba4 (patch) | |
tree | fadb7d77f3228554733f7257e58b0e2dbfc45a10 /dev-libs/libxslt | |
parent | Added to ~ppc (diff) | |
download | historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.tar.gz historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.tar.bz2 historical-31bcb88f016c2301cf2f3a52f261c173086c2ba4.zip |
Fix use invocation
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index bf7326cecfa0..e47d36e3e826 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxslt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.67 2004/05/14 02:06:14 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.68 2004/06/03 16:35:47 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> libxslt-1.1.2.ebuild, + libxslt-1.1.3.ebuild: + Fix use invocation 13 May 2004; Stephen P. Becker <geoman@gentoo.org> libxslt-1.1.4.ebuild: Stable on mips. diff --git a/dev-libs/libxslt/libxslt-1.1.2.ebuild b/dev-libs/libxslt/libxslt-1.1.2.ebuild index 1e5d92037b5e..6d26fe6082f7 100644 --- a/dev-libs/libxslt/libxslt-1.1.2.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.2.ebuild,v 1.6 2004/04/17 09:44:04 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.2.ebuild,v 1.7 2004/06/03 16:35:47 agriffis Exp $ inherit libtool gnome.org -[ -n "`use python`" ] && inherit python +use python && inherit python IUSE="python" DESCRIPTION="XSLT libraries and tools" diff --git a/dev-libs/libxslt/libxslt-1.1.3.ebuild b/dev-libs/libxslt/libxslt-1.1.3.ebuild index 5d41427cbbf8..45735ce17724 100644 --- a/dev-libs/libxslt/libxslt-1.1.3.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.3.ebuild,v 1.8 2004/05/29 03:38:48 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.3.ebuild,v 1.9 2004/06/03 16:35:47 agriffis Exp $ inherit libtool gnome.org -[ -n "`use python`" ] && inherit python +use python && inherit python IUSE="python" DESCRIPTION="XSLT libraries and tools" |