summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-06-29 00:17:22 +0000
committerBen de Groot <yngwin@gentoo.org>2009-06-29 00:17:22 +0000
commita62248decd39c43e0cc2712eddb2e32ce0346d1c (patch)
tree1f1a7d8367bdad4ed36a7afd2ffa7d8fde0127a5 /net-p2p/lince/lince-1.0.ebuild
parentRestrict test on 0.13-r1, which breaks due to CVE patch. Remove old ebuild. (diff)
downloadgentoo-2-a62248decd39c43e0cc2712eddb2e32ce0346d1c.tar.gz
gentoo-2-a62248decd39c43e0cc2712eddb2e32ce0346d1c.tar.bz2
gentoo-2-a62248decd39c43e0cc2712eddb2e32ce0346d1c.zip
Restrict rb_libtorrent dep to ~0.13, as it doesnt build with any later version
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/lince/lince-1.0.ebuild')
-rw-r--r--net-p2p/lince/lince-1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/lince/lince-1.0.ebuild b/net-p2p/lince/lince-1.0.ebuild
index 1b8da6224276..04ed19763428 100644
--- a/net-p2p/lince/lince-1.0.ebuild
+++ b/net-p2p/lince/lince-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0.ebuild,v 1.1 2008/09/23 21:58:13 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0.ebuild,v 1.2 2009/06/29 00:17:22 yngwin Exp $
EAPI="1"
@@ -19,7 +19,7 @@ IUSE="dbus libnotify"
RDEPEND="dev-cpp/gtkmm:2.4
dev-cpp/cairomm
>=dev-cpp/glibmm-2.16
- >=net-libs/rb_libtorrent-0.13
+ ~net-libs/rb_libtorrent-0.13
dev-libs/libxml2
sys-devel/gettext
dbus? ( dev-libs/dbus-glib )