diff options
Diffstat (limited to 'dev-python/pycrash/pycrash-0.4_pre3.ebuild')
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pycrash/pycrash-0.4_pre3.ebuild b/dev-python/pycrash/pycrash-0.4_pre3.ebuild index f223a3ba183b..7fa01a248808 100644 --- a/dev-python/pycrash/pycrash-0.4_pre3.ebuild +++ b/dev-python/pycrash/pycrash-0.4_pre3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.5 2006/04/01 15:18:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre3.ebuild,v 1.6 2006/06/06 22:26:26 carlo Exp $ + +NEED_PYTHON=2.3 inherit distutils @@ -14,7 +16,7 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" DOCS="NEWS TODO THANKS" -DEPEND=">=virtual/python-2.3" + S="${WORKDIR}/${MY_P}" src_unpack() { |