diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 22:25:02 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-28 22:25:02 +0000 |
commit | 596ebb2afceae005770ed7b2c7353397d4c457e4 (patch) | |
tree | 7916002eeeab38c6771fee7126d19c44162cb228 | |
parent | add enable/disable nls flag (Manifest recommit) (diff) | |
download | gentoo-2-596ebb2afceae005770ed7b2c7353397d4c457e4.tar.gz gentoo-2-596ebb2afceae005770ed7b2c7353397d4c457e4.tar.bz2 gentoo-2-596ebb2afceae005770ed7b2c7353397d4c457e4.zip |
add inherit python to disable pyc generation in the presence of python USE flag (#42240)
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.3.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 396436dd9f66..8531dca44f4c 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,11 @@ # 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.57 2004/02/17 14:58:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.58 2004/02/28 22:25:02 liquidx Exp $ + + 28 Feb 2004; Alastair Tse <liquidx@gentoo.org> libxslt-1.1.2.ebuild, + libxslt-1.1.3.ebuild: + add inherit python to disable pyc generation in the presence of python USE + flag (#42240) *libxslt-1.1.3 (17 Feb 2004) diff --git a/dev-libs/libxslt/libxslt-1.1.2.ebuild b/dev-libs/libxslt/libxslt-1.1.2.ebuild index b28e0bff5217..9c78f0a42485 100644 --- a/dev-libs/libxslt/libxslt-1.1.2.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.2.ebuild @@ -1,8 +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.4 2004/02/10 06:24:00 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.2.ebuild,v 1.5 2004/02/28 22:25:02 liquidx Exp $ inherit libtool gnome.org +[ -n "`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 334ad2d93aac..942bb89ee74f 100644 --- a/dev-libs/libxslt/libxslt-1.1.3.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.3.ebuild @@ -1,8 +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.1 2004/02/17 14:58:54 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.3.ebuild,v 1.2 2004/02/28 22:25:02 liquidx Exp $ inherit libtool gnome.org +[ -n "`use python`" ] && inherit python IUSE="python" DESCRIPTION="XSLT libraries and tools" |