diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:30:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:30:10 +0000 |
commit | a8cc9969f72232fa8f8e8e4315858d75c235724e (patch) | |
tree | 41b7ebae9943ae8e166ac39215d8d68a349d681d /media-sound/id3v2 | |
parent | Remove arm keywords (diff) | |
download | historical-a8cc9969f72232fa8f8e8e4315858d75c235724e.tar.gz historical-a8cc9969f72232fa8f8e8e4315858d75c235724e.tar.bz2 historical-a8cc9969f72232fa8f8e8e4315858d75c235724e.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() { |