summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:48:51 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:48:51 +0000
commit6e3beb485e2b2996468a3b740335507b23ea3dc8 (patch)
tree9290f4d36e62d2d92a325042fda8b5cdfe620d04 /net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
parentamd64/x86 stable, bug #217410 (diff)
downloadhistorical-6e3beb485e2b2996468a3b740335507b23ea3dc8.tar.gz
historical-6e3beb485e2b2996468a3b740335507b23ea3dc8.tar.bz2
historical-6e3beb485e2b2996468a3b740335507b23ea3dc8.zip
Remove RDEPEND on pkgconfig.
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'net-p2p/bitstormlite/bitstormlite-0.2p.ebuild')
-rw-r--r--net-p2p/bitstormlite/bitstormlite-0.2p.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild b/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
index eff639996c68..843e7eecd21b 100644
--- a/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild
+++ b/net-p2p/bitstormlite/bitstormlite-0.2p.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/bitstormlite/bitstormlite-0.2p.ebuild,v 1.1 2007/12/04 15:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/bitstormlite-0.2p.ebuild,v 1.2 2008/04/13 14:46:21 betelgeuse Exp $
DESCRIPTION="A light BitTorrent client based on c++ and gtk+."
HOMEPAGE="http://sourceforge.net/projects/bbom/"
@@ -10,9 +10,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="net-misc/curl
- dev-util/pkgconfig
+RDEPEND="net-misc/curl
>=x11-libs/gtk+-2.6"
+DEPEND="dev-util/pkgconfig
+ ${RDEPEND}"
S="${WORKDIR}/BitStormLite-${PV}"