diff options
author | 2008-04-13 14:52:46 +0000 | |
---|---|---|
committer | 2008-04-13 14:52:46 +0000 | |
commit | fed310c0813880b7e8f02d408852736f9ff9deb0 (patch) | |
tree | 24137494c2b868541509a31cd0fdf67a239a106f /net-p2p/giftcurs/giftcurs-0.6.2.ebuild | |
parent | fix #214451 (diff) | |
download | gentoo-2-fed310c0813880b7e8f02d408852736f9ff9deb0.tar.gz gentoo-2-fed310c0813880b7e8f02d408852736f9ff9deb0.tar.bz2 gentoo-2-fed310c0813880b7e8f02d408852736f9ff9deb0.zip |
Remove RDEPEND on pkgconfig and virtual/libc dependencies.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-p2p/giftcurs/giftcurs-0.6.2.ebuild')
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.6.2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild index 1bda373cc39d..4045360162fe 100644 --- a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.13 2007/03/25 19:15:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.14 2008/04/13 14:52:46 betelgeuse Exp $ MY_P="giFTcurs-${PV}" S="${WORKDIR}/${MY_P}" @@ -12,9 +12,10 @@ LICENSE="GPL-2" IUSE="gpm nls unicode" KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86 ~x86-fbsd" -DEPEND="virtual/libc +RDEPEND=" >=sys-libs/ncurses-5.2 - >=dev-libs/glib-2.0 + >=dev-libs/glib-2.0" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { |