diff options
author | Johannes Huber <johu@gentoo.org> | 2012-11-14 21:52:50 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-11-14 21:52:50 +0000 |
commit | 2c9ff51093d4464586f4dba109c5bb08c6ca9a70 (patch) | |
tree | 7f1a053240da57cbb006b30ba3b675e2713cfa67 /net-p2p/ktorrent | |
parent | Remove old. (diff) | |
download | gentoo-2-2c9ff51093d4464586f4dba109c5bb08c6ca9a70.tar.gz gentoo-2-2c9ff51093d4464586f4dba109c5bb08c6ca9a70.tar.bz2 gentoo-2-2c9ff51093d4464586f4dba109c5bb08c6ca9a70.zip |
Stable for x86, wrt bug #441452
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 8439dd91f742..2ce7f5489771 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.187 2012/11/14 16:35:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.188 2012/11/14 21:52:50 johu Exp $ + + 14 Nov 2012; Johannes Huber <johu@gentoo.org> ktorrent-4.3.0.ebuild: + Stable for x86, wrt bug #441452 14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.3.0.ebuild: Stable for amd64, wrt bug #441452 diff --git a/net-p2p/ktorrent/ktorrent-4.3.0.ebuild b/net-p2p/ktorrent/ktorrent-4.3.0.ebuild index 7e462660f9c5..bf4a3183a1c8 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.0.ebuild,v 1.2 2012/11/14 16:35:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.0.ebuild,v 1.3 2012/11/14 21:52:50 johu Exp $ EAPI=4 @@ -24,7 +24,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |