diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 04:39:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 04:39:47 +0000 |
commit | 74f3588d8dc12f5fe8b68a1a001206f501001181 (patch) | |
tree | b37ef8c27c112471989a2f24e2cc01170ef631ed /net-libs/libtorrent | |
parent | Stable for HPPA (bug #285212). (diff) | |
download | gentoo-2-74f3588d8dc12f5fe8b68a1a001206f501001181.tar.gz gentoo-2-74f3588d8dc12f5fe8b68a1a001206f501001181.tar.bz2 gentoo-2-74f3588d8dc12f5fe8b68a1a001206f501001181.zip |
Stable for HPPA (bug #311143).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 4859e8681f51..924d4f86607a 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.152 2010/07/04 13:22:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.153 2010/08/18 04:39:47 jer Exp $ + + 18 Aug 2010; Jeroen Roovers <jer@gentoo.org> libtorrent-0.12.6.ebuild: + Stable for HPPA (bug #311143). 04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> libtorrent-0.12.6.ebuild: diff --git a/net-libs/libtorrent/libtorrent-0.12.6.ebuild b/net-libs/libtorrent/libtorrent-0.12.6.ebuild index cd75f900ad9c..96fd6dca3f74 100644 --- a/net-libs/libtorrent/libtorrent-0.12.6.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.6 2010/07/04 13:22:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.7 2010/08/18 04:39:47 jer Exp $ EAPI=2 inherit eutils 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" RDEPEND=">=dev-libs/libsigc++-2.2.2:2 |