diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:35:43 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-08-02 21:35:43 +0000 |
commit | feefeb997efb926bd76f70fee15fc217983486fa (patch) | |
tree | 088429f7bbb85d1c1246e2a118ce068df1928c71 /net-libs | |
parent | Stable on ppc64; bug #233122 (diff) | |
download | gentoo-2-feefeb997efb926bd76f70fee15fc217983486fa.tar.gz gentoo-2-feefeb997efb926bd76f70fee15fc217983486fa.tar.bz2 gentoo-2-feefeb997efb926bd76f70fee15fc217983486fa.zip |
Stable on ppc64; bug #233122
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 38b9f30bd899..9b2fa6513257 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.120 2008/08/01 18:41:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.121 2008/08/02 21:35:43 corsair Exp $ + + 02 Aug 2008; Markus Rothe <corsair@gentoo.org> + libtorrent-0.12.2-r3.ebuild: + Stable on ppc64; bug #233122 01 Aug 2008; nixnut <nixnut@gentoo.org> libtorrent-0.12.2-r3.ebuild: Stable on ppc wrt bug 233122 diff --git a/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild b/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild index 0334363ec09c..33e6ca76afce 100644 --- a/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild,v 1.4 2008/08/01 18:41:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.2-r3.ebuild,v 1.5 2008/08/02 21:35:43 corsair Exp $ inherit autotools 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" |