diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-08-25 01:55:53 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-08-25 01:55:53 +0000 |
commit | 06f4f7bddd960cf1a1c3b4cf1f92f0b8eb2a4774 (patch) | |
tree | de06c830bcad67fbc900835fcae363c4aaecd2b8 /media-radio/tlf | |
parent | Mark stable on x86 (diff) | |
download | historical-06f4f7bddd960cf1a1c3b4cf1f92f0b8eb2a4774.tar.gz historical-06f4f7bddd960cf1a1c3b4cf1f92f0b8eb2a4774.tar.bz2 historical-06f4f7bddd960cf1a1c3b4cf1f92f0b8eb2a4774.zip |
Mark stable on x86, include other archs as unstable for testing.
Diffstat (limited to 'media-radio/tlf')
-rw-r--r-- | media-radio/tlf/Manifest | 4 | ||||
-rw-r--r-- | media-radio/tlf/tlf-0.9.19.ebuild | 4 | ||||
-rw-r--r-- | media-radio/tlf/tlf-0.9.20.ebuild | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest index df326ef7052d..df7418fcb5ba 100644 --- a/media-radio/tlf/Manifest +++ b/media-radio/tlf/Manifest @@ -1,5 +1,5 @@ -MD5 0445add4bc1f43c112c7919a487f02ef tlf-0.9.20.ebuild 745 -MD5 4e77ffa9599a6bdf73bf8f3bbdd647d4 tlf-0.9.19.ebuild 738 +MD5 8f234c5409cc8df4a64a40d7d269083a tlf-0.9.20.ebuild 759 +MD5 e6bf510dc04e949d535956e173d9fbe4 tlf-0.9.19.ebuild 759 MD5 6cc66a5721b3843bb14705ba54693bfe ChangeLog 819 MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224 MD5 c0e39249a77a318de45e2dbcf775a9f6 files/digest-tlf-0.9.19 62 diff --git a/media-radio/tlf/tlf-0.9.19.ebuild b/media-radio/tlf/tlf-0.9.19.ebuild index e0fb3777365b..a264d96db76e 100644 --- a/media-radio/tlf/tlf-0.9.19.ebuild +++ b/media-radio/tlf/tlf-0.9.19.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/tlf/tlf-0.9.19.ebuild,v 1.4 2004/08/04 23:15:10 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.19.ebuild,v 1.5 2004/08/25 01:55:53 killsoft Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~ppc64 ~amd64 ~alpha" IUSE="" RDEPEND="virtual/libc diff --git a/media-radio/tlf/tlf-0.9.20.ebuild b/media-radio/tlf/tlf-0.9.20.ebuild index a62783e881c1..c85c1d5b3f2b 100644 --- a/media-radio/tlf/tlf-0.9.20.ebuild +++ b/media-radio/tlf/tlf-0.9.20.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/tlf/tlf-0.9.20.ebuild,v 1.1 2004/07/22 05:02:03 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.20.ebuild,v 1.2 2004/08/25 01:55:53 killsoft Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~ppc64 ~amd64 ~alpha" IUSE="" RDEPEND="virtual/libc @@ -29,3 +29,4 @@ src_compile() { src_install() { einstall || die } + |