diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-11-28 23:25:36 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-11-28 23:25:36 +0000 |
commit | 13af16ce031331a9a8169a664b1edadb50a93fc5 (patch) | |
tree | c20e0b65956e27b5d9644d198b7b4b130bd354cf /net-libs/libtorrent/libtorrent-0.12.9.ebuild | |
parent | Replace (wrong) use of PDEPEND with RDEPEND (only) (diff) | |
download | historical-13af16ce031331a9a8169a664b1edadb50a93fc5.tar.gz historical-13af16ce031331a9a8169a664b1edadb50a93fc5.tar.bz2 historical-13af16ce031331a9a8169a664b1edadb50a93fc5.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #389817.
Package-Manager: portage-2.1.10.38/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.12.9.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild index 5ea70bb651b2..1d6e40779d9e 100644 --- a/net-libs/libtorrent/libtorrent-0.12.9.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.4 2011/11/25 06:02:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.5 2011/11/28 23:25:36 chainsaw Exp $ EAPI=4 inherit autotools-utils libtool @@ -11,7 +11,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug ipv6 ssl test" RDEPEND=">=dev-libs/libsigc++-2.2.2:2 |