diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-11 18:35:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-11 18:35:09 +0000 |
commit | 4a62ea95a30d0bd7e910acdf86dc5e0cd33e43d8 (patch) | |
tree | 4c17173037b0746e092fb6059e38a4c3b9e2e5a0 /net-libs/libtorrent | |
parent | Stable for HPPA (bug #499474). (diff) | |
download | gentoo-2-4a62ea95a30d0bd7e910acdf86dc5e0cd33e43d8.tar.gz gentoo-2-4a62ea95a30d0bd7e910acdf86dc5e0cd33e43d8.tar.bz2 gentoo-2-4a62ea95a30d0bd7e910acdf86dc5e0cd33e43d8.zip |
Stable for HPPA (bug #499474).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index f11a99045071..7db8926a2e8b 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.175 2014/08/10 20:50:03 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.176 2014/09/11 18:35:09 jer Exp $ + + 11 Sep 2014; Jeroen Roovers <jer@gentoo.org> libtorrent-0.13.3.ebuild: + Stable for HPPA (bug #499474). 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> libtorrent-0.12.5.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/net-libs/libtorrent/libtorrent-0.13.3.ebuild b/net-libs/libtorrent/libtorrent-0.13.3.ebuild index 1c0e16522729..d824364f1987 100644 --- a/net-libs/libtorrent/libtorrent-0.13.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.3.ebuild,v 1.1 2013/03/22 08:28:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.13.3.ebuild,v 1.2 2014/09/11 18:35:09 jer Exp $ EAPI=4 @@ -12,7 +12,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 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="debug ipv6 ssl" RDEPEND=" |