diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-08 00:23:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-08 00:23:29 +0000 |
commit | 36a2fc8cd573aa8916e78f121a68bde30d7bef37 (patch) | |
tree | e3837a7447aa5a38fcf9787a68517059f97f5509 /net-p2p | |
parent | keyword ~x86-fbsd, bug #364693 (diff) | |
download | gentoo-2-36a2fc8cd573aa8916e78f121a68bde30d7bef37.tar.gz gentoo-2-36a2fc8cd573aa8916e78f121a68bde30d7bef37.tar.bz2 gentoo-2-36a2fc8cd573aa8916e78f121a68bde30d7bef37.zip |
keyword ~x86-fbsd, bug #359313
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index efeace4d80c5..c7832595e12d 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.138 2011/04/05 21:08:34 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.139 2011/07/08 00:23:29 aballier Exp $ + + 08 Jul 2011; Alexis Ballier <aballier@gentoo.org> bittorrent-4.4.0-r2.ebuild: + keyword ~x86-fbsd, bug #359313 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> bittorrent-4.4.0-r1.ebuild, bittorrent-5.0.9-r1.ebuild, diff --git a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild b/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild index ddef530e7123..6c1c4a1c16d8 100644 --- a/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.2 2011/03/20 15:25:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r2.ebuild,v 1.3 2011/07/08 00:23:29 aballier Exp $ EAPI="3" @@ -24,7 +24,7 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="gtk" RDEPEND=">=dev-python/pycrypto-2.0 |