diff options
author | 2013-03-09 11:24:28 +0000 | |
---|---|---|
committer | 2013-03-09 11:24:28 +0000 | |
commit | 6ab7c66b10dc7d3305f19c09d5c95c7e16035393 (patch) | |
tree | 472f0f548f8951c4ddc6b9e85e872db658c01993 /net-p2p | |
parent | Stable for ppc, wrt bug #460290 (diff) | |
download | gentoo-2-6ab7c66b10dc7d3305f19c09d5c95c7e16035393.tar.gz gentoo-2-6ab7c66b10dc7d3305f19c09d5c95c7e16035393.tar.bz2 gentoo-2-6ab7c66b10dc7d3305f19c09d5c95c7e16035393.zip |
Stable for ppc, wrt bug #460290
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 313e713cf13b..1760b3307491 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.195 2013/03/05 16:40:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.196 2013/03/09 11:24:28 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.3.1.ebuild: + Stable for ppc, wrt bug #460290 05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.3.1.ebuild: Stable for amd64, wrt bug #460290 diff --git a/net-p2p/ktorrent/ktorrent-4.3.1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1.ebuild index 6d0b9f374715..9ae4ce4895b7 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.1.ebuild,v 1.2 2013/03/05 16:40:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.1.ebuild,v 1.3 2013/03/09 11:24:28 ago Exp $ EAPI=5 @@ -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 ~x86" + KEYWORDS="amd64 ppc ~x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |