diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 08:35:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 08:35:28 +0000 |
commit | f59e53be78f4910276c654f182a8811767d8aaa5 (patch) | |
tree | 05c84c250f6510cf353e811b4f637468e6641f12 /net-p2p | |
parent | Version bump. (diff) | |
download | gentoo-2-f59e53be78f4910276c654f182a8811767d8aaa5.tar.gz gentoo-2-f59e53be78f4910276c654f182a8811767d8aaa5.tar.bz2 gentoo-2-f59e53be78f4910276c654f182a8811767d8aaa5.zip |
Drop KEYWORDS for *9999* due ekeyword bug #321475
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-3.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 6ad6305f4658..f7d10936aea2 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.146 2010/05/25 21:11:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.147 2010/05/26 08:35:28 pacho Exp $ + + 26 May 2010; Pacho Ramos <pacho@gentoo.org> ktorrent-3.3.4.ebuild: + Drop KEYWORDS for *9999* due ekeyword bug #321475 25 May 2010; Pacho Ramos <pacho@gentoo.org> ktorrent-3.3.4.ebuild: stable amd64, bug 318383 diff --git a/net-p2p/ktorrent/ktorrent-3.3.4.ebuild b/net-p2p/ktorrent/ktorrent-3.3.4.ebuild index bdce5ca19319..55be08be8e2d 100644 --- a/net-p2p/ktorrent/ktorrent-3.3.4.ebuild +++ b/net-p2p/ktorrent/ktorrent-3.3.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild,v 1.5 2010/05/25 21:11:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild,v 1.6 2010/05/26 08:35:28 pacho Exp $ EAPI="2" if [[ ${PV} == *9999* ]] ; then - KEYWORDS="amd64 x86" + KEYWORDS="" KMNAME="extragear/network" else # upstream likes to skip that _ in beta releases |