diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-11-23 21:14:53 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-11-23 21:14:53 +0000 |
commit | fe20f99a7cd25a5af7e47ef8e6f6bf1223da54bf (patch) | |
tree | 95f8f0c56eebe94e4f8879238768a7cf119dad59 /net-p2p | |
parent | Stable on ppc64; bug #199770 (diff) | |
download | gentoo-2-fe20f99a7cd25a5af7e47ef8e6f6bf1223da54bf.tar.gz gentoo-2-fe20f99a7cd25a5af7e47ef8e6f6bf1223da54bf.tar.bz2 gentoo-2-fe20f99a7cd25a5af7e47ef8e6f6bf1223da54bf.zip |
Stable on ppc64; bug #199882
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index abf392f991f4..f03736c49289 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.123 2007/11/21 17:38:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.124 2007/11/23 21:14:53 corsair Exp $ + + 23 Nov 2007; Markus Rothe <corsair@gentoo.org> bittorrent-5.0.9.ebuild: + Stable on ppc64; bug #199882 21 Nov 2007; nixnut <nixnut@gentoo.org> bittorrent-5.0.9.ebuild: Stable on ppc wrt bug 199882 diff --git a/net-p2p/bittorrent/bittorrent-5.0.9.ebuild b/net-p2p/bittorrent/bittorrent-5.0.9.ebuild index 72463e233e96..432adbed19af 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.9.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.6 2007/11/21 17:38:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.7 2007/11/23 21:14:53 corsair Exp $ inherit distutils fdo-mime eutils @@ -14,7 +14,7 @@ SRC_URI="http://download.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="gtk" RDEPEND=">=dev-lang/python-2.3 |