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/xdx | |
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/xdx')
-rw-r--r-- | media-radio/xdx/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/xdx/xdx-1.2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-radio/xdx/ChangeLog b/media-radio/xdx/ChangeLog index 81d0d12553a2..d72d0cfa6b96 100644 --- a/media-radio/xdx/ChangeLog +++ b/media-radio/xdx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xdx # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.4 2004/06/24 23:48:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.5 2004/06/30 02:35:03 killsoft Exp $ + + 29 Jun 2004; Robb Romans <killsoft@gentoo.org> xdx-1.2.ebuild: + Move to virtual/libc 05 Jun 2004; David Holm <dholm@gentoo.org> xdx-1.2.ebuild: Added to ~ppc. diff --git a/media-radio/xdx/xdx-1.2.ebuild b/media-radio/xdx/xdx-1.2.ebuild index 59348e3e3233..b4134315b17d 100644 --- a/media-radio/xdx/xdx-1.2.ebuild +++ b/media-radio/xdx/xdx-1.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/xdx/xdx-1.2.ebuild,v 1.5 2004/06/24 23:48:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.6 2004/06/30 02:35:03 killsoft Exp $ inherit eutils @@ -13,12 +13,11 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc virtual/x11 >=x11-libs/gtk+-2.2.4-r1" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0" +DEPEND=">=dev-util/pkgconfig-0.12.0" src_compile() { econf || die "configure failed" |