diff options
author | Dawid Węgliński <cla@gentoo.org> | 2009-11-16 13:05:21 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2009-11-16 13:05:21 +0000 |
commit | fab377529651a415b39a2fa78ed30f422f64dedd (patch) | |
tree | 56314ecb1cbc075829925bfd54618895cfed5304 /net-libs/libtorrent | |
parent | Fix init.d script to use env rather than double --env parametr passed to s-s-... (diff) | |
download | gentoo-2-fab377529651a415b39a2fa78ed30f422f64dedd.tar.gz gentoo-2-fab377529651a415b39a2fa78ed30f422f64dedd.tar.bz2 gentoo-2-fab377529651a415b39a2fa78ed30f422f64dedd.zip |
Stable on amd64 (bug #291036)
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 7c02e3374049..5d1e5ac45544 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.141 2009/10/25 20:13:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.142 2009/11/16 13:05:21 cla Exp $ + + 16 Nov 2009; Dawid Węgliński <cla@gentoo.org> libtorrent-0.12.5.ebuild: + Stable on amd64 (bug #291036) 25 Oct 2009; Torsten Veller <tove@gentoo.org> metadata.xml: Remove drizzt from metadata.xml (#149111) diff --git a/net-libs/libtorrent/libtorrent-0.12.5.ebuild b/net-libs/libtorrent/libtorrent-0.12.5.ebuild index 3c8ff323eb5e..71ed5850c610 100644 --- a/net-libs/libtorrent/libtorrent-0.12.5.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.5.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.5.ebuild,v 1.1 2009/09/10 17:54:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.5.ebuild,v 1.2 2009/11/16 13:05:21 cla 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" |