diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-08-04 23:15:10 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-08-04 23:15:10 +0000 |
commit | 3aaba669a509e0b12015a30c27780c37a92a8f28 (patch) | |
tree | c6f72b28910e4bf596828381551b3aa91b656754 /media-radio/tlf | |
parent | Fix DEPEND, mark stable on x86. (diff) | |
download | historical-3aaba669a509e0b12015a30c27780c37a92a8f28.tar.gz historical-3aaba669a509e0b12015a30c27780c37a92a8f28.tar.bz2 historical-3aaba669a509e0b12015a30c27780c37a92a8f28.zip |
Mark -19 stable on x86
Diffstat (limited to 'media-radio/tlf')
-rw-r--r-- | media-radio/tlf/ChangeLog | 8 | ||||
-rw-r--r-- | media-radio/tlf/tlf-0.9.19.ebuild | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog index 1f257ba450c2..238bf1b2879c 100644 --- a/media-radio/tlf/ChangeLog +++ b/media-radio/tlf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-radio/tlf # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.4 2004/07/22 05:02:03 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.5 2004/08/04 23:15:10 killsoft Exp $ + + 04 Aug 2004; Robb Romans <killsoft@gentoo.org> tlf-0.9.19.ebuild: + Mark stable on x86. + + 04 Aug 2004; Robb Romans <killsoft@gentoo.org> tlf-0.9.19.ebuild: + mark stable on x86 *tlf-0.9.20 (22 Jul 2004) diff --git a/media-radio/tlf/tlf-0.9.19.ebuild b/media-radio/tlf/tlf-0.9.19.ebuild index c48effb27861..e0fb3777365b 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.3 2004/06/30 02:40:00 killsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.19.ebuild,v 1.4 2004/08/04 23:15:10 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" IUSE="" RDEPEND="virtual/libc @@ -29,3 +29,4 @@ src_compile() { src_install() { einstall || die } + |