diff options
-rw-r--r-- | net-p2p/bitstormlite/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/bitstormlite/bitstormlite-0.2p.ebuild | 9 |
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}" |