summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2011-12-11 22:09:41 +0000
committerMarkus Meier <maekke@gentoo.org>2011-12-11 22:09:41 +0000
commit1fa729a23c20321fa824ea2a1912f05c47e30ce5 (patch)
treee5e973dfdbd69eed9ab131ebb724697408585c9b
parentarm stable, bug #393319 (diff)
downloadgentoo-2-1fa729a23c20321fa824ea2a1912f05c47e30ce5.tar.gz
gentoo-2-1fa729a23c20321fa824ea2a1912f05c47e30ce5.tar.bz2
gentoo-2-1fa729a23c20321fa824ea2a1912f05c47e30ce5.zip
x86 stable, bug #389817
(Portage version: 2.1.10.40/cvs/Linux x86_64)
-rw-r--r--net-libs/libtorrent/ChangeLog5
-rw-r--r--net-libs/libtorrent/libtorrent-0.12.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog
index f7d4740b8b1c..dd8a83ee7a81 100644
--- a/net-libs/libtorrent/ChangeLog
+++ b/net-libs/libtorrent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libtorrent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.163 2011/11/28 23:25:36 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.164 2011/12/11 22:09:41 maekke Exp $
+
+ 11 Dec 2011; Markus Meier <maekke@gentoo.org> libtorrent-0.12.9.ebuild:
+ x86 stable, bug #389817
28 Nov 2011; Tony Vroon <chainsaw@gentoo.org> libtorrent-0.12.9.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild
index 1d6e40779d9e..48a2e60c5e6c 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.5 2011/11/28 23:25:36 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.6 2011/12/11 22:09:41 maekke 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