summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 15:01:33 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 15:01:33 +0000
commitcf9039caa46023b8052d7c3c9462e6e6f6459ad3 (patch)
tree835ca7a5f3a7d776a224e2a0d0274bf990bf46a0 /net-p2p/gtorrentviewer
parentRemove pkgconfig from RDEPEND and sed from DEPEND. (diff)
downloadgentoo-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')
-rw-r--r--net-p2p/gtorrentviewer/ChangeLog8
-rw-r--r--net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild9
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"