diff options
author | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:48:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:48:14 +0000 |
commit | b015afd10adedd10662b670f22d440e05f642e55 (patch) | |
tree | 6031b27f098b2df1bb6a83797db8f4f77b898c49 /net-libs | |
parent | amd64/x86 stable, bug #258618 (diff) | |
download | gentoo-2-b015afd10adedd10662b670f22d440e05f642e55.tar.gz gentoo-2-b015afd10adedd10662b670f22d440e05f642e55.tar.bz2 gentoo-2-b015afd10adedd10662b670f22d440e05f642e55.zip |
amd64/x86 stable, bug #255756
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-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 260eb1f04d16..fe60bf8e1237 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.133 2009/02/12 21:44:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.134 2009/02/15 11:48:14 maekke Exp $ + + 15 Feb 2009; Markus Meier <maekke@gentoo.org> libtorrent-0.12.4.ebuild: + amd64/x86 stable, bug #255756 12 Feb 2009; Brent Baude <ranger@gentoo.org> libtorrent-0.12.4.ebuild: Marking libtorrent-0.12.4 ppc64 for bug 255756 diff --git a/net-libs/libtorrent/libtorrent-0.12.4.ebuild b/net-libs/libtorrent/libtorrent-0.12.4.ebuild index 886360fbfe42..a74249e0918f 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.2 2009/02/12 21:44:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.3 2009/02/15 11:48:14 maekke 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" |