diff options
author | David Holm <dholm@gentoo.org> | 2004-10-15 15:57:08 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-10-15 15:57:08 +0000 |
commit | ab013745bfe91459147657a8979fc1453256e481 (patch) | |
tree | 935da9a99561051609c817d510377badd9288d75 /media-sound/audiotag | |
parent | depend on curl only if the appropiate use flag is set (Manifest recommit) (diff) | |
download | gentoo-2-ab013745bfe91459147657a8979fc1453256e481.tar.gz gentoo-2-ab013745bfe91459147657a8979fc1453256e481.tar.bz2 gentoo-2-ab013745bfe91459147657a8979fc1453256e481.zip |
Added to ~ppc
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audiotag/audiotag-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audiotag/ChangeLog b/media-sound/audiotag/ChangeLog index 6701e6b6561b..9161788cfa86 100644 --- a/media-sound/audiotag/ChangeLog +++ b/media-sound/audiotag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audiotag # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.3 2004/09/04 20:28:36 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.4 2004/10/15 15:57:08 dholm Exp $ + + 15 Oct 2004; David Holm <dholm@gentoo.org> audiotag-0.13.ebuild: + Added to ~ppc. *audiotag-0.13 (04 Sep 2004) diff --git a/media-sound/audiotag/audiotag-0.13.ebuild b/media-sound/audiotag/audiotag-0.13.ebuild index 90740f35d282..e9b53c1f9b4d 100644 --- a/media-sound/audiotag/audiotag-0.13.ebuild +++ b/media-sound/audiotag/audiotag-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.13.ebuild,v 1.1 2004/09/04 20:28:36 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.13.ebuild,v 1.2 2004/10/15 15:57:08 dholm Exp $ DESCRIPTION="A command-line audio file meta-data tagger. Sets id3 and/or vorbis tags in mp3, ogg, and flac files." HOMEPAGE="http://tempestgames.com/ryan/" @@ -8,7 +8,7 @@ SRC_URI="http://tempestgames.com/ryan/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="flac oggvorbis" DEPEND="dev-lang/perl" |