diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-05-04 10:12:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-05-04 10:12:20 +0000 |
commit | 524d5422e76eedc2b3e61e306a3a9c77defbea22 (patch) | |
tree | f96cc0a82bb5f523a4638235049a8ee532ff997e /net-libs/libtorrent | |
parent | amd64 stable, thanks to Roeland Douma (bug #306791) (diff) | |
download | gentoo-2-524d5422e76eedc2b3e61e306a3a9c77defbea22.tar.gz gentoo-2-524d5422e76eedc2b3e61e306a3a9c77defbea22.tar.bz2 gentoo-2-524d5422e76eedc2b3e61e306a3a9c77defbea22.zip |
amd64 stable, thanks to Roeland Douma (bug #311143)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 301cd7db73dd..633c47209992 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.150 2010/04/18 17:01:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.151 2010/05/04 10:12:20 angelos Exp $ + + 04 May 2010; <angelos@gentoo.org> libtorrent-0.12.6.ebuild: + amd64 stable, thanks to Roeland Douma (bug #311143) 18 Apr 2010; <nixnut@gentoo.org> libtorrent-0.12.6.ebuild: ppc stable #311143 diff --git a/net-libs/libtorrent/libtorrent-0.12.6.ebuild b/net-libs/libtorrent/libtorrent-0.12.6.ebuild index 4b7271e93c7e..57501acc52b4 100644 --- a/net-libs/libtorrent/libtorrent-0.12.6.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.4 2010/04/18 17:01:23 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.5 2010/05/04 10:12:20 angelos Exp $ EAPI=2 inherit eutils 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" RDEPEND=">=dev-libs/libsigc++-2.2.2:2 |