diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-08-05 00:35:27 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-08-05 00:35:27 +0000 |
commit | a79a78c0ee25fce03ccdbae86f69e8afbe6aa7b6 (patch) | |
tree | 17d8d8ba91253f82eb17b8342e06925f8d6ff85b /media-radio/cwdaemon/cwdaemon-0.8.ebuild | |
parent | ~amd64 (diff) | |
download | historical-a79a78c0ee25fce03ccdbae86f69e8afbe6aa7b6.tar.gz historical-a79a78c0ee25fce03ccdbae86f69e8afbe6aa7b6.tar.bz2 historical-a79a78c0ee25fce03ccdbae86f69e8afbe6aa7b6.zip |
Mark stable on x86, add ~alpha
Diffstat (limited to 'media-radio/cwdaemon/cwdaemon-0.8.ebuild')
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-radio/cwdaemon/cwdaemon-0.8.ebuild b/media-radio/cwdaemon/cwdaemon-0.8.ebuild index bace14596514..915b094de850 100644 --- a/media-radio/cwdaemon/cwdaemon-0.8.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.3 2004/06/30 02:42:53 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.4 2004/08/05 00:35:27 killsoft Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc ~alpha" IUSE="" RDEPEND="virtual/libc" @@ -24,3 +24,4 @@ src_compile() { src_install() { einstall || die } + |