diff options
author | Brent Baude <ranger@gentoo.org> | 2011-06-01 19:50:23 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-06-01 19:50:23 +0000 |
commit | ea0d11d85cc8c12e05ba1c506e97115d3ae4c27e (patch) | |
tree | f6191fbefded190549b5bc2a35561db4be739552 /net-p2p | |
parent | Marking kaffeine-1.2.2 ppc for bug 354033 (diff) | |
download | gentoo-2-ea0d11d85cc8c12e05ba1c506e97115d3ae4c27e.tar.gz gentoo-2-ea0d11d85cc8c12e05ba1c506e97115d3ae4c27e.tar.bz2 gentoo-2-ea0d11d85cc8c12e05ba1c506e97115d3ae4c27e.zip |
Marking ktorrent-4.1.1 ppc for bug 354033
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index f5352b1e4716..076370e1e519 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.167 2011/05/09 23:15:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.168 2011/06/01 19:50:23 ranger Exp $ + + 01 Jun 2011; Brent Baude <ranger@gentoo.org> ktorrent-4.1.1.ebuild: + Marking ktorrent-4.1.1 ppc stable for bug 354033 09 May 2011; Markos Chandras <hwoarang@gentoo.org> ktorrent-4.1.1.ebuild: Stable on amd64 wrt bug #354033 diff --git a/net-p2p/ktorrent/ktorrent-4.1.1.ebuild b/net-p2p/ktorrent/ktorrent-4.1.1.ebuild index 119d0083ed4f..5613f22072cd 100644 --- a/net-p2p/ktorrent/ktorrent-4.1.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.1.1.ebuild,v 1.4 2011/05/09 23:15:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.1.1.ebuild,v 1.5 2011/06/01 19:50:23 ranger 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" |