diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-13 20:37:46 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-13 20:37:46 +0000 |
commit | 05db5a63b24a2d08ca2ca6f2cd79a126d064f12b (patch) | |
tree | c34c00a4e6d5243370a35f243998c104a956bf3c /dev-python | |
parent | ppc. stable (diff) | |
download | gentoo-2-05db5a63b24a2d08ca2ca6f2cd79a126d064f12b.tar.gz gentoo-2-05db5a63b24a2d08ca2ca6f2cd79a126d064f12b.tar.bz2 gentoo-2-05db5a63b24a2d08ca2ca6f2cd79a126d064f12b.zip |
ppc. stable
(Portage version: 2.1.3.5)
Diffstat (limited to 'dev-python')
-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 2647a9fec5b3..438fe45d1c63 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.27 2007/08/02 12:33:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.28 2007/08/13 20:37:46 dertobi123 Exp $ + + 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> eyeD3-0.6.14.ebuild: + ppc. stable 02 Aug 2007; Raúl Porcel <armin76@gentoo.org> eyeD3-0.6.14.ebuild: x86 stable diff --git a/dev-python/eyeD3/eyeD3-0.6.14.ebuild b/dev-python/eyeD3/eyeD3-0.6.14.ebuild index c77ff42e26f1..b09ab5131dd0 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.4 2007/08/02 12:33:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.14.ebuild,v 1.5 2007/08/13 20:37:46 dertobi123 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" |