diff options
author | Brent Baude <ranger@gentoo.org> | 2008-04-29 15:08:03 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-04-29 15:08:03 +0000 |
commit | 433724ce92db68d010bca50a602710b77b5ddf60 (patch) | |
tree | 48edf98da9121de7411fd297101b523e4d59cff9 /media-sound | |
parent | Fix building with GCC 4.3 wrt #219648, thanks to Peter Alfredsen. (diff) | |
download | gentoo-2-433724ce92db68d010bca50a602710b77b5ddf60.tar.gz gentoo-2-433724ce92db68d010bca50a602710b77b5ddf60.tar.bz2 gentoo-2-433724ce92db68d010bca50a602710b77b5ddf60.zip |
stable ppc64, bug 219716
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/easytag/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/easytag/easytag-2.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/easytag/ChangeLog b/media-sound/easytag/ChangeLog index b0d48499660d..0fe5a79c32a6 100644 --- a/media-sound/easytag/ChangeLog +++ b/media-sound/easytag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/easytag # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.114 2008/04/29 13:45:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.115 2008/04/29 15:08:03 ranger Exp $ + + 29 Apr 2008; Brent Baude <ranger@gentoo.org> easytag-2.1.5.ebuild: + stable ppc64, bug 219716 29 Apr 2008; Samuli Suominen <drac@gentoo.org> easytag-2.1.5.ebuild: Force --enable-ogg when USE speex is selected wrt #211086, thanks to diff --git a/media-sound/easytag/easytag-2.1.5.ebuild b/media-sound/easytag/easytag-2.1.5.ebuild index 54171e321014..7cbb72f5caa0 100644 --- a/media-sound/easytag/easytag-2.1.5.ebuild +++ b/media-sound/easytag/easytag-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v 1.2 2008/04/29 13:45:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.5.ebuild,v 1.3 2008/04/29 15:08:03 ranger Exp $ DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags" HOMEPAGE="http://easytag.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86" IUSE="aac flac mp3 speex vorbis wavpack" RDEPEND=">=x11-libs/gtk+-2.4.1 |