diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-06-29 00:17:22 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-06-29 00:17:22 +0000 |
commit | a62248decd39c43e0cc2712eddb2e32ce0346d1c (patch) | |
tree | 1f1a7d8367bdad4ed36a7afd2ffa7d8fde0127a5 /net-p2p/lince | |
parent | Restrict test on 0.13-r1, which breaks due to CVE patch. Remove old ebuild. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-p2p/lince/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/lince/lince-1.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog index 3dc1c749b6a3..f90e9b6975df 100644 --- a/net-p2p/lince/ChangeLog +++ b/net-p2p/lince/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/lince -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.15 2008/09/23 21:58:13 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.16 2009/06/29 00:17:22 yngwin Exp $ + + 29 Jun 2009; Ben de Groot <yngwin@gentoo.org> lince-1.0.ebuild: + Restrict rb_libtorrent dep to ~0.13, as it doesnt build with any later + version *lince-1.0 (23 Sep 2008) 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 ) |