diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-22 15:24:36 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-22 15:24:36 +0000 |
commit | 8fa0cd3492c6a399d272097e862f9593d2a54b8b (patch) | |
tree | 9eab2dc711855b333ce9c5f370c77530b5c63cf8 /media-sound/id3 | |
parent | version bump (bug #42431) (diff) | |
download | historical-8fa0cd3492c6a399d272097e862f9593d2a54b8b.tar.gz historical-8fa0cd3492c6a399d272097e862f9593d2a54b8b.tar.bz2 historical-8fa0cd3492c6a399d272097e862f9593d2a54b8b.zip |
amd64
Diffstat (limited to 'media-sound/id3')
-rw-r--r-- | media-sound/id3/id3-0.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/id3/id3-0.12-r1.ebuild b/media-sound/id3/id3-0.12-r1.ebuild index 7f5a04be90bc..9e6f4c96e0cf 100644 --- a/media-sound/id3/id3-0.12-r1.ebuild +++ b/media-sound/id3/id3-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3/id3-0.12-r1.ebuild,v 1.11 2004/02/10 07:15:03 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3/id3-0.12-r1.ebuild,v 1.12 2004/02/22 15:23:46 brad_mssw Exp $ DESCRIPTION="changes the id3 tag in an mp3 file" HOMEPAGE="http://lly.org/~rcw/abcde/page/" @@ -8,7 +8,7 @@ SRC_URI="http://lly.org/~rcw/id3/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="x86 ppc amd64" src_compile() { make CFLAGS="${CFLAGS}" || die |