diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:42:53 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:42:53 +0000 |
commit | 76bf26f9dce604499bdcb376dfcd66f016cda376 (patch) | |
tree | 5157f5e3b21d7e52e93710600549c4d1c1234580 /media-radio | |
parent | stablize for hwsetup (Manifest recommit) (diff) | |
download | gentoo-2-76bf26f9dce604499bdcb376dfcd66f016cda376.tar.gz gentoo-2-76bf26f9dce604499bdcb376dfcd66f016cda376.tar.bz2 gentoo-2-76bf26f9dce604499bdcb376dfcd66f016cda376.zip |
rdepend to virtual/libc
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/cwdaemon/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog index f9ec59f6ac22..8d5c2f25f90f 100644 --- a/media-radio/cwdaemon/ChangeLog +++ b/media-radio/cwdaemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/cwdaemon # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.2 2004/06/28 21:33:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.3 2004/06/30 02:42:53 killsoft Exp $ + + 29 Jun 2004; Robb Romans <killsoft@gentoo.org> cwdaemon-0.8.ebuild: + Move to virtual/libc *cwdaemon-0.8 (28 Jun 2004) diff --git a/media-radio/cwdaemon/cwdaemon-0.8.ebuild b/media-radio/cwdaemon/cwdaemon-0.8.ebuild index 644fa603193f..bace14596514 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.2 2004/06/28 21:33:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.8.ebuild,v 1.3 2004/06/30 02:42:53 killsoft Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="sys-apps/gawk" src_compile() { |