diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:33:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:33:17 +0000 |
commit | 85e2b76d664442fef54e4b24226270568859720d (patch) | |
tree | d017f02d045aff74185ea981c28a980e03a98531 /media-sound/id3v2 | |
parent | files/elfutils-0.89-alpha-mips-atime.diff: \ Fix 0.89 compilation on mips (Ma... (diff) | |
download | gentoo-2-85e2b76d664442fef54e4b24226270568859720d.tar.gz gentoo-2-85e2b76d664442fef54e4b24226270568859720d.tar.bz2 gentoo-2-85e2b76d664442fef54e4b24226270568859720d.zip |
Remove arm keywords
Diffstat (limited to 'media-sound/id3v2')
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.9-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/id3v2/id3v2-0.1.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild b/media-sound/id3v2/id3v2-0.1.9-r1.ebuild index 01aef00eee31..033c29c2665c 100644 --- a/media-sound/id3v2/id3v2-0.1.9-r1.ebuild +++ b/media-sound/id3v2/id3v2-0.1.9-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.9-r1.ebuild,v 1.3 2004/02/22 15:23:25 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.9-r1.ebuild,v 1.4 2004/02/22 22:29:24 agriffis Exp $ DESCRIPTION="A command line editor for id3v2 tags." HOMEPAGE="http://id3v2.sourceforge.net/" SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa amd64" DEPEND="media-libs/id3lib" diff --git a/media-sound/id3v2/id3v2-0.1.9.ebuild b/media-sound/id3v2/id3v2-0.1.9.ebuild index f7b0db0232d6..394a69d55bf2 100644 --- a/media-sound/id3v2/id3v2-0.1.9.ebuild +++ b/media-sound/id3v2/id3v2-0.1.9.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/id3v2/id3v2-0.1.9.ebuild,v 1.3 2004/01/22 22:31:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.9.ebuild,v 1.4 2004/02/22 22:29:24 agriffis Exp $ DESCRIPTION="A command line editor for id3v2 tags." HOMEPAGE="http://id3v2.sourceforge.net/" @@ -10,7 +10,7 @@ DEPEND="media-libs/id3lib" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa " src_unpack() { |