diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-13 15:01:33 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-13 15:01:33 +0000 |
commit | 3b0b17e7dbd1da0f54ea6670fb67859502b21888 (patch) | |
tree | 388cda5595556816260e7f550f5f20391f671f2d /net-p2p | |
parent | Remove pkgconfig from RDEPEND and sed from DEPEND. (diff) | |
download | historical-3b0b17e7dbd1da0f54ea6670fb67859502b21888.tar.gz historical-3b0b17e7dbd1da0f54ea6670fb67859502b21888.tar.bz2 historical-3b0b17e7dbd1da0f54ea6670fb67859502b21888.zip |
Remove pkgconfig from RDEPEND.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gtorrentviewer/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-p2p/gtorrentviewer/ChangeLog b/net-p2p/gtorrentviewer/ChangeLog index d7cf01522ea8..0d8f9da03af9 100644 --- a/net-p2p/gtorrentviewer/ChangeLog +++ b/net-p2p/gtorrentviewer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gtorrentviewer -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.9 2007/04/04 17:33:31 welp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/ChangeLog,v 1.10 2008/04/13 15:01:33 betelgeuse Exp $ + + 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> + gtorrentviewer-0.2b.ebuild: + Remove pkgconfig from RDEPEND. 04 Apr 2007; Peter Weller <welp@gentoo.org> gtorrentviewer-0.2b.ebuild: Keyworded ~x86-fbsd diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild index 5188641d459d..7c0ccd70cad2 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.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/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.4 2007/04/04 17:33:31 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild,v 1.5 2008/04/13 15:01:33 betelgeuse Exp $ inherit eutils gnome2 @@ -16,9 +16,10 @@ SLOT="0" IUSE="" S=${WORKDIR}/${MY_P} -DEPEND="net-misc/curl +RDEPEND="net-misc/curl >=x11-libs/gtk+-2.4 - >=dev-libs/glib-2.4 + >=dev-libs/glib-2.4" +DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README" |