diff options
Diffstat (limited to 'net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild index 574eab493f0b..c538ed1bc7c1 100644 --- a/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/01/29 13:06:10 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild,v 1.2 2014/05/24 11:25:18 zlogene 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" |