summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-03 16:40:32 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-03 16:40:32 +0000
commit4347a731b118d58b77124f3657e1622c3d1f94f9 (patch)
tree0c45a44432f116cbc030468def4b9eb83885a6bf /dev-libs/libxslt
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.tar.gz
gentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.tar.bz2
gentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.zip
Fix use invocation
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r--dev-libs/libxslt/ChangeLog6
-rw-r--r--dev-libs/libxslt/libxslt-1.1.2.ebuild4
-rw-r--r--dev-libs/libxslt/libxslt-1.1.3.ebuild4
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"