diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-18 15:45:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-18 15:45:48 +0000 |
commit | 60b02447fe7c4c20d26ad784b8432b2a4739a7c4 (patch) | |
tree | ca25aaeeff62108ba2b7e279dd46ee514f290985 /media-sound/mp3_check | |
parent | Closing #48174. (Manifest recommit) (diff) | |
download | gentoo-2-60b02447fe7c4c20d26ad784b8432b2a4739a7c4.tar.gz gentoo-2-60b02447fe7c4c20d26ad784b8432b2a4739a7c4.tar.bz2 gentoo-2-60b02447fe7c4c20d26ad784b8432b2a4739a7c4.zip |
Closing #48152.
Diffstat (limited to 'media-sound/mp3_check')
-rw-r--r-- | media-sound/mp3_check/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mp3_check/mp3_check-1.98.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/mp3_check/ChangeLog b/media-sound/mp3_check/ChangeLog index 32d3aa74daef..94731360da08 100644 --- a/media-sound/mp3_check/ChangeLog +++ b/media-sound/mp3_check/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mp3_check -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3_check/ChangeLog,v 1.5 2003/12/05 13:09:01 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3_check/ChangeLog,v 1.6 2004/04/18 15:45:48 aliz Exp $ + + 18 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> mp3_check-1.98.ebuild: + Adding amd64 keyword, closing #48152. 05 Dec 2003; Jason Wever <weeve@gentoo.org> mp3_check-1.98.ebuild: Added ~sparc keyword. diff --git a/media-sound/mp3_check/mp3_check-1.98.ebuild b/media-sound/mp3_check/mp3_check-1.98.ebuild index 16c46362aaf2..0adf53d929b7 100644 --- a/media-sound/mp3_check/mp3_check-1.98.ebuild +++ b/media-sound/mp3_check/mp3_check-1.98.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/mp3_check/mp3_check-1.98.ebuild,v 1.8 2004/03/01 05:37:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3_check/mp3_check-1.98.ebuild,v 1.9 2004/04/18 15:45:48 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="MP3 consistancy checker" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc ~sparc ~amd64" src_unpack() { unpack ${A} |