diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-08 12:35:08 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-08 12:35:08 +0000 |
commit | a50e16010bf873f1a32134babd40449a2e6652b9 (patch) | |
tree | 1b347a6f8d898cd1ad6533f1ca638233b9d4bca8 /net-libs/rb_libtorrent | |
parent | Initial commit wrt #304221. (diff) | |
download | gentoo-2-a50e16010bf873f1a32134babd40449a2e6652b9.tar.gz gentoo-2-a50e16010bf873f1a32134babd40449a2e6652b9.tar.bz2 gentoo-2-a50e16010bf873f1a32134babd40449a2e6652b9.zip |
stable x86, bug 312825
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index c68593641242..19707c6d36a5 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.81 2010/04/02 15:00:00 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.82 2010/04/08 12:35:08 fauli Exp $ + + 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + rb_libtorrent-0.14.9-r1.ebuild: + stable x86, bug 312825 02 Apr 2010; Ben de Groot <yngwin@gentoo.org> -rb_libtorrent-0.14.9.ebuild: diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild index c42c5dcd4af1..a31ed5f28a20 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.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/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild,v 1.1 2010/03/27 17:29:24 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild,v 1.2 2010/04/08 12:35:08 fauli Exp $ EAPI="2" inherit autotools eutils flag-o-matic versionator @@ -15,7 +15,7 @@ SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug doc examples python test" RESTRICT="test" |