diff options
author | 2006-06-06 22:26:26 +0000 | |
---|---|---|
committer | 2006-06-06 22:26:26 +0000 | |
commit | b655955e66c3ec6fe2bca7740efb4fc95c52d786 (patch) | |
tree | d18c8a46ae997b0514f54e13022e5c8be4e7bb94 /dev-python/pycrash/pycrash-0.4_pre2.ebuild | |
parent | Fix use of nonexistent versioned virtual/python. (diff) | |
download | gentoo-2-b655955e66c3ec6fe2bca7740efb4fc95c52d786.tar.gz gentoo-2-b655955e66c3ec6fe2bca7740efb4fc95c52d786.tar.bz2 gentoo-2-b655955e66c3ec6fe2bca7740efb4fc95c52d786.zip |
Fix use of nonexistent versioned virtual/python.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'dev-python/pycrash/pycrash-0.4_pre2.ebuild')
-rw-r--r-- | dev-python/pycrash/pycrash-0.4_pre2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycrash/pycrash-0.4_pre2.ebuild b/dev-python/pycrash/pycrash-0.4_pre2.ebuild index 76425de00866..cf30961748e5 100644 --- a/dev-python/pycrash/pycrash-0.4_pre2.ebuild +++ b/dev-python/pycrash/pycrash-0.4_pre2.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_pre2.ebuild,v 1.5 2006/03/04 19:50:45 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycrash/pycrash-0.4_pre2.ebuild,v 1.6 2006/06/06 22:26:26 carlo Exp $ + +NEED_PYTHON=2.3 inherit distutils @@ -15,5 +17,3 @@ SLOT="0" IUSE="" KEYWORDS="x86 ~ppc" DOCS="NEWS TODO" - -DEPEND=">=virtual/python-2.3" |