diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-16 00:05:54 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-16 00:05:54 +0000 |
commit | 592952c9811eec41d257c64c1c2223bda17622c6 (patch) | |
tree | 0829b652814bbad8559d56daf6d2724577386020 /dev-python/eyeD3/eyeD3-0.6.10.ebuild | |
parent | Patch to work with gtk-2.10, bug #143529. (diff) | |
download | gentoo-2-592952c9811eec41d257c64c1c2223bda17622c6.tar.gz gentoo-2-592952c9811eec41d257c64c1c2223bda17622c6.tar.bz2 gentoo-2-592952c9811eec41d257c64c1c2223bda17622c6.zip |
Stable on alpha.
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-python/eyeD3/eyeD3-0.6.10.ebuild')
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/eyeD3/eyeD3-0.6.10.ebuild b/dev-python/eyeD3/eyeD3-0.6.10.ebuild index ef24274d00f2..18e65c031778 100644 --- a/dev-python/eyeD3/eyeD3-0.6.10.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.10.ebuild @@ -1,6 +1,6 @@ # 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.10.ebuild,v 1.3 2006/06/06 22:27:02 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.10.ebuild,v 1.4 2006/08/16 00:05:54 tcort Exp $ NEED_PYTHON=2.3 @@ -12,7 +12,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" src_compile() { econf || die |