diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2005-11-02 03:21:02 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2005-11-02 03:21:02 +0000 |
commit | c068d05707d46bcd249f27c303fed8d00aa7149c (patch) | |
tree | e62594acc1f644f622dd436d0bb07c55dc85db26 /dev-python/pyrex/pyrex-0.9.3.1.ebuild | |
parent | version bump (patches are not needed anymore), fixing PYTHON_MODNAME handling... (diff) | |
download | historical-c068d05707d46bcd249f27c303fed8d00aa7149c.tar.gz historical-c068d05707d46bcd249f27c303fed8d00aa7149c.tar.bz2 historical-c068d05707d46bcd249f27c303fed8d00aa7149c.zip |
minor fix
Diffstat (limited to 'dev-python/pyrex/pyrex-0.9.3.1.ebuild')
-rw-r--r-- | dev-python/pyrex/pyrex-0.9.3.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/pyrex/pyrex-0.9.3.1.ebuild b/dev-python/pyrex/pyrex-0.9.3.1.ebuild index 4e44a1e7e737..4bc89964c8f9 100644 --- a/dev-python/pyrex/pyrex-0.9.3.1.ebuild +++ b/dev-python/pyrex/pyrex-0.9.3.1.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/pyrex/pyrex-0.9.3.1.ebuild,v 1.1 2005/11/02 03:14:07 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.9.3.1.ebuild,v 1.2 2005/11/02 03:21:02 sbriesen Exp $ inherit distutils portability @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64 ~hppa" IUSE="" -DEPEND="virtual/python" - PYTHON_MODNAME="Pyrex" src_install() { |