diff options
author | 2012-07-11 01:04:30 +0000 | |
---|---|---|
committer | 2012-07-11 01:04:30 +0000 | |
commit | a725e99dd03d5d66e871adf940d15def88b5ad78 (patch) | |
tree | e6b04f5316139b134e44d6b28b13c87770c68958 /net-p2p/ktorrent | |
parent | ppc stable (bug 400873) (diff) | |
download | gentoo-2-a725e99dd03d5d66e871adf940d15def88b5ad78.tar.gz gentoo-2-a725e99dd03d5d66e871adf940d15def88b5ad78.tar.bz2 gentoo-2-a725e99dd03d5d66e871adf940d15def88b5ad78.zip |
ppc stable (bug 400873)
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 1585733b99fe..7485518cb859 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.180 2012/06/27 09:58:43 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.181 2012/07/11 01:04:30 xmw Exp $ + + 11 Jul 2012; Michael Weber <xmw@gentoo.org> ktorrent-4.2.0.ebuild: + ppc stable (bug 400873) *ktorrent-4.2.1 (27 Jun 2012) diff --git a/net-p2p/ktorrent/ktorrent-4.2.0.ebuild b/net-p2p/ktorrent/ktorrent-4.2.0.ebuild index bb0e87c77baa..af3c6b11f8d9 100644 --- a/net-p2p/ktorrent/ktorrent-4.2.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.2.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.2.0.ebuild,v 1.3 2012/04/20 14:37:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.2.0.ebuild,v 1.4 2012/07/11 01:04:30 xmw 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" |