diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-07 21:50:37 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-07 21:50:37 +0000 |
commit | 3777244b1b15ba3a0fc8aeba240de02df4147499 (patch) | |
tree | 6e69f12ec83db8306e4bf2b536b84686562592d3 /net-libs/libtorrent | |
parent | PyQt4-4.8 does not build with sip-4.13, bug 407291 (diff) | |
download | gentoo-2-3777244b1b15ba3a0fc8aeba240de02df4147499.tar.gz gentoo-2-3777244b1b15ba3a0fc8aeba240de02df4147499.tar.bz2 gentoo-2-3777244b1b15ba3a0fc8aeba240de02df4147499.zip |
Marking libtorrent-0.12.9 ppc64 for bug 389817
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index dd8a83ee7a81..3f59d921ae01 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.164 2011/12/11 22:09:41 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.165 2012/03/07 21:50:37 ranger Exp $ + + 07 Mar 2012; Brent Baude <ranger@gentoo.org> libtorrent-0.12.9.ebuild: + Marking libtorrent-0.12.9 ppc64 for bug 389817 11 Dec 2011; Markus Meier <maekke@gentoo.org> libtorrent-0.12.9.ebuild: x86 stable, bug #389817 diff --git a/net-libs/libtorrent/libtorrent-0.12.9.ebuild b/net-libs/libtorrent/libtorrent-0.12.9.ebuild index 48a2e60c5e6c..f961a9098b0c 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 +# Copyright 1999-2012 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.6 2011/12/11 22:09:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.9.ebuild,v 1.7 2012/03/07 21:50:37 ranger 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 |