diff options
author | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:36:17 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2004-06-30 02:36:17 +0000 |
commit | 0de41cdf4004c6873612abf433f2067db1cd59c3 (patch) | |
tree | 13225f5a08ed06d480d379118157ae434252ab79 /media-radio/xconvers | |
parent | clean up and dont use glibc (diff) | |
download | historical-0de41cdf4004c6873612abf433f2067db1cd59c3.tar.gz historical-0de41cdf4004c6873612abf433f2067db1cd59c3.tar.bz2 historical-0de41cdf4004c6873612abf433f2067db1cd59c3.zip |
move to virtual/libc
Diffstat (limited to 'media-radio/xconvers')
-rw-r--r-- | media-radio/xconvers/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/xconvers/xconvers-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-radio/xconvers/ChangeLog b/media-radio/xconvers/ChangeLog index a004bb4986fa..c2dec85c226b 100644 --- a/media-radio/xconvers/ChangeLog +++ b/media-radio/xconvers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xconvers # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.2 2004/06/28 21:44:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.3 2004/06/30 02:36:17 killsoft Exp $ + + 29 Jun 2004; Robb Romans <killsoft@gentoo.org> xconvers-0.8.2.ebuild: + Move to virtual/libc 28 Jun 2004; David Holm <dholm@gentoo.org> xconvers-0.8.2.ebuild: Added to ~ppc. diff --git a/media-radio/xconvers/xconvers-0.8.2.ebuild b/media-radio/xconvers/xconvers-0.8.2.ebuild index cb8fce65cfc7..34e48e9b9b11 100644 --- a/media-radio/xconvers/xconvers-0.8.2.ebuild +++ b/media-radio/xconvers/xconvers-0.8.2.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/xconvers/xconvers-0.8.2.ebuild,v 1.2 2004/06/28 21:44:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.3 2004/06/30 02:36:17 killsoft Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc virtual/x11 >=x11-libs/gtk+-1.2.0" |