summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:46:21 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 14:46:21 +0000
commit6ac0e2ba775938c315f3d5d9813cc91f428967d4 (patch)
tree9427c16bad8cac568a0caf33753d25c9d3fdc9af /net-p2p/bitstormlite
parentversion bump; fix #204385, #216218 (diff)
downloadgentoo-2-6ac0e2ba775938c315f3d5d9813cc91f428967d4.tar.gz
gentoo-2-6ac0e2ba775938c315f3d5d9813cc91f428967d4.tar.bz2
gentoo-2-6ac0e2ba775938c315f3d5d9813cc91f428967d4.zip
Remove RDEPEND on pkgconfig.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-p2p/bitstormlite')
-rw-r--r--net-p2p/bitstormlite/ChangeLog8
-rw-r--r--net-p2p/bitstormlite/bitstormlite-0.2p.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/net-p2p/bitstormlite/ChangeLog b/net-p2p/bitstormlite/ChangeLog
index 6c219eae652f..654b68f0344b 100644
--- a/net-p2p/bitstormlite/ChangeLog
+++ b/net-p2p/bitstormlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/bitstormlite
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.8 2007/12/04 15:26:27 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitstormlite/ChangeLog,v 1.9 2008/04/13 14:46:21 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org>
+ bitstormlite-0.2p.ebuild:
+ Remove RDEPEND on pkgconfig.
*bitstormlite-0.2p (04 Dec 2007)
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}"