diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-06-11 06:41:28 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-06-11 06:41:28 +0000 |
commit | 643d78817c0067994d655a0ffbabbe2dbce8be41 (patch) | |
tree | 7a4820f44461b539ac75da842fcbf214cc4a455c /dev-python/pyxml/pyxml-0.8.4.ebuild | |
parent | arm/ia64/s390 KEYWORDS for #95270 (diff) | |
download | historical-643d78817c0067994d655a0ffbabbe2dbce8be41.tar.gz historical-643d78817c0067994d655a0ffbabbe2dbce8be41.tar.bz2 historical-643d78817c0067994d655a0ffbabbe2dbce8be41.zip |
Versions <=0.8.3 don't work with python2.4 - fixed deps
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-python/pyxml/pyxml-0.8.4.ebuild')
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pyxml/pyxml-0.8.4.ebuild b/dev-python/pyxml/pyxml-0.8.4.ebuild index 58e9060f7eff..e77ac7a05064 100644 --- a/dev-python/pyxml/pyxml-0.8.4.ebuild +++ b/dev-python/pyxml/pyxml-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4.ebuild,v 1.3 2005/02/10 00:59:43 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.4.ebuild,v 1.4 2005/06/11 06:41:28 pythonhead Exp $ inherit python distutils @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" -DEPEND="virtual/python - >=dev-libs/expat-1.95.6" +DEPEND=">=dev-libs/expat-1.95.6" S=${WORKDIR}/${MY_P} |