diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-05 16:38:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-05 16:38:03 +0000 |
commit | 337a8efa545f2a8db103fc8ce33345243c7322a4 (patch) | |
tree | f73e0447efc74ebc6cef0b0a6469a9755ad833c2 /net-libs | |
parent | alpha/ia64/sparc/x86 stable wrt #233597 (diff) | |
download | historical-337a8efa545f2a8db103fc8ce33345243c7322a4.tar.gz historical-337a8efa545f2a8db103fc8ce33345243c7322a4.tar.bz2 historical-337a8efa545f2a8db103fc8ce33345243c7322a4.zip |
x86 stable
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index 9ae44b938f55..f03a40f1436e 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,9 @@ # 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.50 2008/07/05 19:14:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.51 2008/08/05 16:38:03 armin76 Exp $ + + 05 Aug 2008; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.13.ebuild: + x86 stable *rb_libtorrent-0.13.1 (05 Jul 2008) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild index 1dc2c3ec96fd..0b0e6e7c4176 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.2 2008/04/19 17:09:42 armin76 Exp $ +# $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 $ 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" |