diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:40:00 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:40:00 +0000 |
commit | 16dd8ef5c298ba3d8d797424523eeb5760423a4a (patch) | |
tree | b1e10653770d172af37a2b4d91377cb4f6bb269d /media-radio/tlf | |
parent | This package was submitted by Chris Bainbridge in bug #44693 (diff) | |
download | historical-16dd8ef5c298ba3d8d797424523eeb5760423a4a.tar.gz historical-16dd8ef5c298ba3d8d797424523eeb5760423a4a.tar.bz2 historical-16dd8ef5c298ba3d8d797424523eeb5760423a4a.zip |
Move to virtual/libc
Diffstat (limited to 'media-radio/tlf')
-rw-r--r-- | media-radio/tlf/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/tlf/tlf-0.9.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-radio/tlf/ChangeLog b/media-radio/tlf/ChangeLog index 036c242f4c36..3f4dc958148e 100644 --- a/media-radio/tlf/ChangeLog +++ b/media-radio/tlf/ChangeLog @@ -1,6 +1,9 @@ # 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.2 2004/06/28 21:41:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.3 2004/06/30 02:40:00 killsoft Exp $ + + 29 Jun 2004; Robb Romans <killsoft@gentoo.org> tlf-0.9.19.ebuild: + Move to virtual/libc 28 Jun 2004; David Holm <dholm@gentoo.org> tlf-0.9.19.ebuild: Added to ~ppc. diff --git a/media-radio/tlf/tlf-0.9.19.ebuild b/media-radio/tlf/tlf-0.9.19.ebuild index 4617b7f6e008..c48effb27861 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.2 2004/06/28 21:41:19 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-0.9.19.ebuild,v 1.3 2004/06/30 02:40:00 killsoft Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc sys-libs/ncurses media-libs/hamlib" |