diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-12-10 16:02:40 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-12-10 16:02:40 +0000 |
commit | ce2954945aa1c6ef7f0d8fe17868f151f03ac68a (patch) | |
tree | 4200c7a9156f0378c0e3c2accef06491178dc36d /net-p2p/ktorrent | |
parent | Drop ppc64 keyword due to unkeyworded required dependencies. (diff) | |
download | gentoo-2-ce2954945aa1c6ef7f0d8fe17868f151f03ac68a.tar.gz gentoo-2-ce2954945aa1c6ef7f0d8fe17868f151f03ac68a.tar.bz2 gentoo-2-ce2954945aa1c6ef7f0d8fe17868f151f03ac68a.zip |
Drop ppc64 keyword due to unkeyworded required dependencies.
(Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index eb4d2a509c92..089d03ff905b 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.190 2012/11/15 17:35:53 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.191 2012/12/10 16:02:40 kensington Exp $ + + 10 Dec 2012; Michael Palimaka <kensington@gentoo.org> ktorrent-4.3.0.ebuild: + Drop ppc64 keyword due to unkeyworded required dependencies. 15 Nov 2012; Johannes Huber <johu@gentoo.org> -ktorrent-4.2.1.ebuild: Remove old. diff --git a/net-p2p/ktorrent/ktorrent-4.3.0.ebuild b/net-p2p/ktorrent/ktorrent-4.3.0.ebuild index ffcefa1d9552..413dc512421c 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.0.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.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.3.0.ebuild,v 1.4 2012/11/15 01:30:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.0.ebuild,v 1.5 2012/12/10 16:02:40 kensington Exp $ EAPI=4 @@ -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 ~ppc64 x86" + KEYWORDS="amd64 ppc x86" else LIBKT_VERSION_MIN="${PV}" LIBKT_VERSION_MAX="99999999" |