diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 00:05:23 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 00:05:23 +0000 |
commit | 8dd8abd8197917d381509507f5729d09c37bbe54 (patch) | |
tree | 11694f26d3b778f0c82f2bb5dd3ba40f71f956dc /kde-base/kjumpingcube | |
parent | Fix accidently added keywords (diff) | |
download | gentoo-2-8dd8abd8197917d381509507f5729d09c37bbe54.tar.gz gentoo-2-8dd8abd8197917d381509507f5729d09c37bbe54.tar.bz2 gentoo-2-8dd8abd8197917d381509507f5729d09c37bbe54.zip |
Fix accidently added keywords
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kjumpingcube')
-rw-r--r-- | kde-base/kjumpingcube/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kjumpingcube/ChangeLog b/kde-base/kjumpingcube/ChangeLog index c2cb33b7ef8d..3251f7609d59 100644 --- a/kde-base/kjumpingcube/ChangeLog +++ b/kde-base/kjumpingcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kjumpingcube # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjumpingcube/ChangeLog,v 1.114 2009/06/04 12:44:29 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjumpingcube/ChangeLog,v 1.115 2009/06/05 00:05:23 alexxy Exp $ + + 05 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> + kjumpingcube-4.2.4.ebuild: + Fix accidently added keywords *kjumpingcube-4.2.4 (04 Jun 2009) diff --git a/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild b/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild index e3b84ddf9de3..01362424120a 100644 --- a/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild +++ b/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild,v 1.1 2009/06/04 12:44:30 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kjumpingcube/kjumpingcube-4.2.4.ebuild,v 1.2 2009/06/05 00:05:23 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="KDE: Tactical one or two player game" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" |