diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 17:36:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 17:36:49 +0000 |
commit | ee03c5bcbaf4e8ca830f3abaa5afc3ebc4dd0bc8 (patch) | |
tree | a1f172454bdd00b5f3db2a214b71b88411212f4b /net-p2p | |
parent | Stable for x86, wrt bug #460290 (diff) | |
download | gentoo-2-ee03c5bcbaf4e8ca830f3abaa5afc3ebc4dd0bc8.tar.gz gentoo-2-ee03c5bcbaf4e8ca830f3abaa5afc3ebc4dd0bc8.tar.bz2 gentoo-2-ee03c5bcbaf4e8ca830f3abaa5afc3ebc4dd0bc8.zip |
Stable for x86, wrt bug #460290
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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 1760b3307491..21a46f34c00e 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.196 2013/03/09 11:24:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.197 2013/03/09 17:36:49 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.3.1.ebuild: + Stable for x86, wrt bug #460290 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.3.1.ebuild: Stable for ppc, wrt bug #460290 diff --git a/net-p2p/ktorrent/ktorrent-4.3.1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1.ebuild index 9ae4ce4895b7..0874446efd0e 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.3 2013/03/09 11:24:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.1.ebuild,v 1.4 2013/03/09 17:36:49 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" |