diff options
author | 2009-02-15 15:04:49 +0000 | |
---|---|---|
committer | 2009-02-15 15:04:49 +0000 | |
commit | 4097437566fe946e4c50e8f489cfff4b57b690a5 (patch) | |
tree | c944c5cf29346c9b592529286e7c9d640d83444b /net-libs/libtorrent | |
parent | stable sparc, bug 259065 (diff) | |
download | gentoo-2-4097437566fe946e4c50e8f489cfff4b57b690a5.tar.gz gentoo-2-4097437566fe946e4c50e8f489cfff4b57b690a5.tar.bz2 gentoo-2-4097437566fe946e4c50e8f489cfff4b57b690a5.zip |
Marking libtorrent-0.12.4 ppc for bug 255756
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index fe60bf8e1237..4d816a1da433 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.134 2009/02/15 11:48:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.135 2009/02/15 15:04:49 ranger Exp $ + + 15 Feb 2009; Brent Baude <ranger@gentoo.org> libtorrent-0.12.4.ebuild: + Marking libtorrent-0.12.4 ppc for bug 255756 15 Feb 2009; Markus Meier <maekke@gentoo.org> libtorrent-0.12.4.ebuild: amd64/x86 stable, bug #255756 diff --git a/net-libs/libtorrent/libtorrent-0.12.4.ebuild b/net-libs/libtorrent/libtorrent-0.12.4.ebuild index a74249e0918f..a89364483821 100644 --- a/net-libs/libtorrent/libtorrent-0.12.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.3 2009/02/15 11:48:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.4 2009/02/15 15:04:49 ranger Exp $ inherit base eutils toolchain-funcs flag-o-matic libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug ipv6" |