diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-04 09:06:14 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-08-04 09:06:14 +0000 |
commit | 26bce0c8bd597dcafb638d83beae00fb0bbea2ad (patch) | |
tree | 96bdfcb3b396e02163e5047d0e2e10603c86bd10 /net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild | |
parent | Stable ppc, bug #418577 (diff) | |
download | gentoo-2-26bce0c8bd597dcafb638d83beae00fb0bbea2ad.tar.gz gentoo-2-26bce0c8bd597dcafb638d83beae00fb0bbea2ad.tar.bz2 gentoo-2-26bce0c8bd597dcafb638d83beae00fb0bbea2ad.zip |
Fix compilation with boost-1.50, bug #429568. Add geoip use to 9999. Thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild')
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild index b0f8d158ab9c..1d622dce6cbc 100644 --- a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild,v 1.1 2012/07/19 20:12:03 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.5.75.ebuild,v 1.2 2012/08/04 09:06:13 maksbotan Exp $ EAPI="4" @@ -16,3 +16,5 @@ DEPEND="~net-misc/leechcraft-core-${PV} net-libs/rb_libtorrent" RDEPEND="${DEPEND} virtual/leechcraft-task-show" + +PATCHES=("${FILESDIR}"/boost-1.50.patch) |