diff options
author | Will Woods <wwoods@gentoo.org> | 2002-11-14 21:58:55 +0000 |
---|---|---|
committer | Will Woods <wwoods@gentoo.org> | 2002-11-14 21:58:55 +0000 |
commit | 6cb06008ddfe166a1f0a4db7966445865eb643b4 (patch) | |
tree | 362dd78affd0f1d1d5140b1a95ec6eed98377254 /media-sound/cdplay | |
parent | Currently marked unstable for verfication. Moved smtpd.conf from (diff) | |
download | gentoo-2-6cb06008ddfe166a1f0a4db7966445865eb643b4.tar.gz gentoo-2-6cb06008ddfe166a1f0a4db7966445865eb643b4.tar.bz2 gentoo-2-6cb06008ddfe166a1f0a4db7966445865eb643b4.zip |
~alpha added to KEYWORDS
Diffstat (limited to 'media-sound/cdplay')
-rw-r--r-- | media-sound/cdplay/cdplay-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cdplay/cdplay-0.8.ebuild b/media-sound/cdplay/cdplay-0.8.ebuild index 23a501f75e75..6e761de39f7b 100644 --- a/media-sound/cdplay/cdplay-0.8.ebuild +++ b/media-sound/cdplay/cdplay-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.5 2002/10/04 05:52:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.6 2002/11/14 21:58:48 wwoods Exp $ S=${WORKDIR}/${P} DESCRIPTION="Console CD Player" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~alpha" src_compile () { make || die |