diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:32:30 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-02-20 08:32:30 +0200 |
commit | b6ebc3ab027b6c55a57fde0eaedaae6114ed0d81 (patch) | |
tree | 05307e63ca01029caede346b6fd59a0ed926ab13 /net-libs | |
parent | b7207ac6cbe002488052dfe3156c57c85cb0c041 (diff) |
cleanup...
update to new api
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/libtorrent-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libtorrent/libtorrent-9999.ebuild b/net-libs/libtorrent/libtorrent-9999.ebuild index b504de6..02c1dc1 100644 --- a/net-libs/libtorrent/libtorrent-9999.ebuild +++ b/net-libs/libtorrent/libtorrent-9999.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.6 2009/03/06 00:11:38 jer Exp $ +EAPI=5 -inherit base eutils toolchain-funcs flag-o-matic libtool git +inherit base eutils toolchain-funcs flag-o-matic libtool git-2 DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" |