diff options
author | 2010-04-03 15:49:39 +0000 | |
---|---|---|
committer | 2010-04-03 15:49:39 +0000 | |
commit | 306f70e1a1b40c4f1db4a5a0ece517d1b973eed8 (patch) | |
tree | 0730bf4a27bdd013b83ca21b2c52eb2c0aed8e46 /net-libs/libtorrent | |
parent | fix building with --as-needed (bug #312883) with patch from Johannes Rauh (diff) | |
download | gentoo-2-306f70e1a1b40c4f1db4a5a0ece517d1b973eed8.tar.gz gentoo-2-306f70e1a1b40c4f1db4a5a0ece517d1b973eed8.tar.bz2 gentoo-2-306f70e1a1b40c4f1db4a5a0ece517d1b973eed8.zip |
x86 stable wrt bug #311143
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 7a008251aa7b..60456af5fc8d 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.148 2009/12/28 20:34:24 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.149 2010/04/03 15:49:39 phajdan.jr Exp $ + + 03 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + libtorrent-0.12.6.ebuild: + x86 stable wrt bug #311143 28 Dec 2009; Raúl Porcel <armin76@gentoo.org> libtorrent-0.12.5.ebuild, libtorrent-0.12.6.ebuild: diff --git a/net-libs/libtorrent/libtorrent-0.12.6.ebuild b/net-libs/libtorrent/libtorrent-0.12.6.ebuild index 0bdee966b7f6..43e869a511cc 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-2009 Gentoo Foundation +# 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.2 2009/12/28 20:34:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.3 2010/04/03 15:49:39 phajdan.jr 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 |