diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-06-06 22:27:02 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-06-06 22:27:02 +0000 |
commit | da8f9d31fa4737d93c301f7d9f5842c74c2abef9 (patch) | |
tree | ef0c7d76206f7fc3093f35b72b68dfd9c3ca3ae6 /dev-python/eyeD3/eyeD3-0.6.4.ebuild | |
parent | Fix use of nonexistent versioned virtual/python. (diff) | |
download | gentoo-2-da8f9d31fa4737d93c301f7d9f5842c74c2abef9.tar.gz gentoo-2-da8f9d31fa4737d93c301f7d9f5842c74c2abef9.tar.bz2 gentoo-2-da8f9d31fa4737d93c301f7d9f5842c74c2abef9.zip |
Clean up. Fix use of nonexistent versioned virtual/python.
(Portage version: 2.1_rc4-r3)
Diffstat (limited to 'dev-python/eyeD3/eyeD3-0.6.4.ebuild')
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/eyeD3/eyeD3-0.6.4.ebuild b/dev-python/eyeD3/eyeD3-0.6.4.ebuild index 327d76989ac1..26d4fb092170 100644 --- a/dev-python/eyeD3/eyeD3-0.6.4.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.4.ebuild @@ -1,8 +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/eyeD3/eyeD3-0.6.4.ebuild,v 1.4 2006/02/06 20:58:40 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.5 2006/06/06 22:27:02 carlo Exp $ -IUSE="" +NEED_PYTHON=2.3 inherit distutils @@ -13,8 +13,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" - -DEPEND=">=virtual/python-2.3" +IUSE="" src_compile() { econf || die |