diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-05 20:57:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-05 20:57:11 +0000 |
commit | 496a0fd88636dbe38dcf74c17ec0f2d915a886c5 (patch) | |
tree | ef7162315c98b795628935502113dbbb5aae61c5 /net-p2p | |
parent | Stable for amd64, wrt bug #428338 (diff) | |
download | gentoo-2-496a0fd88636dbe38dcf74c17ec0f2d915a886c5.tar.gz gentoo-2-496a0fd88636dbe38dcf74c17ec0f2d915a886c5.tar.bz2 gentoo-2-496a0fd88636dbe38dcf74c17ec0f2d915a886c5.zip |
Stable for amd64, wrt bug #428338
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 7d03b4454953..1bf3c0f2df8a 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.183 2012/07/29 21:24:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.184 2012/08/05 20:57:11 ago Exp $ + + 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> ktorrent-4.2.1.ebuild: + Stable for amd64, wrt bug #428338 29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> ktorrent-4.2.1.ebuild: marked x86 per bug 428338 diff --git a/net-p2p/ktorrent/ktorrent-4.2.1.ebuild b/net-p2p/ktorrent/ktorrent-4.2.1.ebuild index e2c41144a4cd..d19705f829b3 100644 --- a/net-p2p/ktorrent/ktorrent-4.2.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.2.1.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.2.1.ebuild,v 1.2 2012/07/29 21:24:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.2.1.ebuild,v 1.3 2012/08/05 20:57:11 ago Exp $ EAPI=4 @@ -25,7 +25,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" |