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 | cf9039caa46023b8052d7c3c9462e6e6f6459ad3 (patch) | |
tree | 835ca7a5f3a7d776a224e2a0d0274bf990bf46a0 /net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | |
parent | Remove pkgconfig from RDEPEND and sed from DEPEND. (diff) | |
download | gentoo-2-cf9039caa46023b8052d7c3c9462e6e6f6459ad3.tar.gz gentoo-2-cf9039caa46023b8052d7c3c9462e6e6f6459ad3.tar.bz2 gentoo-2-cf9039caa46023b8052d7c3c9462e6e6f6459ad3.zip |
Remove pkgconfig from RDEPEND.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild')
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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" |