diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-13 14:52:46 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-13 14:52:46 +0000 |
commit | fed310c0813880b7e8f02d408852736f9ff9deb0 (patch) | |
tree | 24137494c2b868541509a31cd0fdf67a239a106f /net-p2p | |
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')
-rw-r--r-- | net-p2p/giftcurs/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/giftcurs/giftcurs-0.6.2.ebuild | 9 |
2 files changed, 11 insertions, 7 deletions
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 <betelgeuse@gentoo.org> giftcurs-0.6.2.ebuild: + Remove RDEPEND on pkgconfig and virtual/libc dependencies. 25 Mar 2007; Raúl Porcel <armin76@gentoo.org> 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 <avenj@gentoo.org> 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() { |