From 8bc09986d4c60771e52a9ce41f3b3b6dd54c5555 Mon Sep 17 00:00:00 2001 From: Petteri Räty Date: Sun, 13 Apr 2008 14:52:46 +0000 Subject: Remove RDEPEND on pkgconfig and virtual/libc dependencies. Package-Manager: portage-2.1.5_rc2 --- net-p2p/giftcurs/ChangeLog | 9 ++++++--- net-p2p/giftcurs/giftcurs-0.6.2.ebuild | 9 +++++---- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'net-p2p/giftcurs') diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog index a6929d751f65..9f983f66318e 100644 --- a/net-p2p/giftcurs/ChangeLog +++ b/net-p2p/giftcurs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/giftcurs -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.38 2007/03/25 19:15:35 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.39 2008/04/13 14:52:46 betelgeuse Exp $ + + 13 Apr 2008; Petteri Räty giftcurs-0.6.2.ebuild: + Remove RDEPEND on pkgconfig and virtual/libc dependencies. 25 Mar 2007; Raúl Porcel giftcurs-0.6.2.ebuild: Add ~ia64 wrt bug 132197 @@ -81,7 +84,7 @@ Removed dependency on giFT, since giFTcurs can be used remotely and doesn't necessarily need giFT. -*giftcurs-0.5.6 (03 March 2003) +*giftcurs-0.5.6 (03 Mar 2003) 03 March 2003; Jon Portnoy giftcurs-0.5.6.ebuild : Version bump, latest giFTcurs. 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() { -- cgit v1.2.3-65-gdbad