summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-25 06:02:02 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-25 06:02:02 +0000
commit9819bffe1f3c9305a58e23f8192bfa8d562f03c5 (patch)
treeb6a2ad9e211e4cf01a68cbda8359887497c327e6 /net-libs
parentStable for HPPA (bug #389817). (diff)
downloadgentoo-2-9819bffe1f3c9305a58e23f8192bfa8d562f03c5.tar.gz
gentoo-2-9819bffe1f3c9305a58e23f8192bfa8d562f03c5.tar.bz2
gentoo-2-9819bffe1f3c9305a58e23f8192bfa8d562f03c5.zip
Stable for HPPA (bug #389817).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-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 a8564534b251..d413fcbe0e1d 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.161 2011/09/18 14:57:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.162 2011/11/25 06:02:02 jer Exp $
+
+ 25 Nov 2011; Jeroen Roovers <jer@gentoo.org> libtorrent-0.12.9.ebuild:
+ Stable for HPPA (bug #389817).
18 Sep 2011; Michał Górny <mgorny@gentoo.org> libtorrent-0.12.9.ebuild:
Drop unnecessary USE=static-libs resulting in implicit configure args.
diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild
index be029c8c3955..5ea70bb651b2 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.3 2011/09/18 14:57:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.4 2011/11/25 06:02:02 jer 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