diff options
author | Michael Weber <xmw@gentoo.org> | 2011-12-19 00:50:10 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-12-19 00:50:10 +0000 |
commit | 83269699ee66b7304a2358b16b1e39ecee128332 (patch) | |
tree | cea5bec6e4f33acba7275ccd08a5c6d83eff2168 | |
parent | Version bump. (diff) | |
download | gentoo-2-83269699ee66b7304a2358b16b1e39ecee128332.tar.gz gentoo-2-83269699ee66b7304a2358b16b1e39ecee128332.tar.bz2 gentoo-2-83269699ee66b7304a2358b16b1e39ecee128332.zip |
ppc/ppc64 stable (bug 380721)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r-- | media-sound/id3v2/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/id3v2/ChangeLog b/media-sound/id3v2/ChangeLog index 1512472b43d9..c100a4ff7eb1 100644 --- a/media-sound/id3v2/ChangeLog +++ b/media-sound/id3v2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/id3v2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.31 2011/12/18 18:17:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/ChangeLog,v 1.32 2011/12/19 00:50:10 xmw Exp $ + + 18 Dec 2011; Michael Weber <xmw@gentoo.org> id3v2-0.1.12.ebuild: + ppc/ppc64 stable (bug 380721) 18 Dec 2011; Raúl Porcel <armin76@gentoo.org> id3v2-0.1.11.ebuild, id3v2-0.1.12.ebuild: diff --git a/media-sound/id3v2/id3v2-0.1.12.ebuild b/media-sound/id3v2/id3v2-0.1.12.ebuild index d4ba1cc356f4..adcea750c2a7 100644 --- a/media-sound/id3v2/id3v2-0.1.12.ebuild +++ b/media-sound/id3v2/id3v2-0.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.12.ebuild,v 1.5 2011/12/18 18:17:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.12.ebuild,v 1.6 2011/12/19 00:50:10 xmw Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/id3lib" |