diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-16 19:07:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-16 19:07:55 +0000 |
commit | 15c1923070915e5e7a102cba04dbe5acaed30422 (patch) | |
tree | d6299269c2e05b67faeb78b08d1781827abbe021 /dev-python/eyeD3 | |
parent | Stable on ppc64; bug #185013 (diff) | |
download | gentoo-2-15c1923070915e5e7a102cba04dbe5acaed30422.tar.gz gentoo-2-15c1923070915e5e7a102cba04dbe5acaed30422.tar.bz2 gentoo-2-15c1923070915e5e7a102cba04dbe5acaed30422.zip |
alpha stable
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r-- | dev-python/eyeD3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog index 4cf741b80d41..ee926a4528f1 100644 --- a/dev-python/eyeD3/ChangeLog +++ b/dev-python/eyeD3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/eyeD3 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.24 2007/05/29 06:51:58 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.25 2007/07/16 19:07:55 armin76 Exp $ + + 16 Jul 2007; Raúl Porcel <armin76@gentoo.org> eyeD3-0.6.14.ebuild: + alpha stable *eyeD3-0.6.14 (29 May 2007) diff --git a/dev-python/eyeD3/eyeD3-0.6.14.ebuild b/dev-python/eyeD3/eyeD3-0.6.14.ebuild index dafe058d4219..8a8b9c558905 100644 --- a/dev-python/eyeD3/eyeD3-0.6.14.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.14.ebuild,v 1.1 2007/05/29 06:51:58 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.14.ebuild,v 1.2 2007/07/16 19:07:55 armin76 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" src_compile() { econf || die "econf failed" |