diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-09 16:59:27 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-09 16:59:27 +0000 |
commit | 05393fb54f65fdfc3925a7e2357dd41e413f5a06 (patch) | |
tree | efb13539d6fbf018aa1310df0212c1350e416499 /net-libs/rb_libtorrent | |
parent | amd64 stable wrt bug #222319 (diff) | |
download | gentoo-2-05393fb54f65fdfc3925a7e2357dd41e413f5a06.tar.gz gentoo-2-05393fb54f65fdfc3925a7e2357dd41e413f5a06.tar.bz2 gentoo-2-05393fb54f65fdfc3925a7e2357dd41e413f5a06.zip |
amd64 stable wrt bug #231595
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
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.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index f03a40f1436e..a5db2289694f 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.51 2008/08/05 16:38:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.52 2008/08/09 16:59:27 coldwind Exp $ + + 09 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> + rb_libtorrent-0.13.ebuild: + amd64 stable wrt bug #231595 05 Aug 2008; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.13.ebuild: x86 stable diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild index 0b0e6e7c4176..d3037d28aa49 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.13.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/rb_libtorrent/rb_libtorrent-0.13.ebuild,v 1.3 2008/08/05 16:38:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild,v 1.4 2008/08/09 16:59:27 coldwind Exp $ inherit eutils autotools @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="debug" |