diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-25 21:41:02 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-25 21:41:02 +0000 |
commit | f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff (patch) | |
tree | 2ef937a8f2bc8b4062eac17cd3f736e754e64456 /net-p2p/rtorrent | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.tar.gz gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.tar.bz2 gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.zip |
Added ~ppc64 keyword
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index aa8ce821e130..d2408e22c623 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.24 2005/11/25 02:00:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.25 2005/11/25 21:41:02 corsair Exp $ + + 25 Nov 2005; Markus Rothe <corsair@gentoo.org> rtorrent-0.4.0.ebuild: + Added ~ppc64 keyword 25 Nov 2005; Mark Loeser <halcy0n@gentoo.org> rtorrent-0.3.6.ebuild: Stable on x86; bug #112928 diff --git a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild b/net-p2p/rtorrent/rtorrent-0.4.0.ebuild index e1ab2ef966a6..3c8f4b300139 100644 --- a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.0.ebuild,v 1.1 2005/11/21 21:32:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.0.ebuild,v 1.2 2005/11/25 21:41:02 corsair Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" DEPEND=">=net-libs/libtorrent-0.8.0 |