diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 07:52:04 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-05 07:52:04 +0000 |
commit | 0208c3f3738cd77b5ca1e12c3e7678a137a56c60 (patch) | |
tree | 7e29760c6dcf75fbe772224be713584c6af2c463 /kde-base/lskat | |
parent | Fix bug #270299 compiling with gcc-4.3 (diff) | |
download | historical-0208c3f3738cd77b5ca1e12c3e7678a137a56c60.tar.gz historical-0208c3f3738cd77b5ca1e12c3e7678a137a56c60.tar.bz2 historical-0208c3f3738cd77b5ca1e12c3e7678a137a56c60.zip |
Fix accidently added keywords
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'kde-base/lskat')
-rw-r--r-- | kde-base/lskat/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/lskat/lskat-4.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/lskat/ChangeLog b/kde-base/lskat/ChangeLog index 1be543a54151..3640933739d8 100644 --- a/kde-base/lskat/ChangeLog +++ b/kde-base/lskat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/lskat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lskat/ChangeLog,v 1.113 2009/06/04 13:45:12 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lskat/ChangeLog,v 1.114 2009/06/05 07:42:25 alexxy Exp $ + + 05 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> lskat-4.2.4.ebuild: + Fix accidently added keywords *lskat-4.2.4 (04 Jun 2009) diff --git a/kde-base/lskat/lskat-4.2.4.ebuild b/kde-base/lskat/lskat-4.2.4.ebuild index 2099959bb36e..b0fe9b3f1db7 100644 --- a/kde-base/lskat/lskat-4.2.4.ebuild +++ b/kde-base/lskat/lskat-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/lskat/lskat-4.2.4.ebuild,v 1.1 2009/06/04 13:45:12 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lskat/lskat-4.2.4.ebuild,v 1.2 2009/06/05 07:42:25 alexxy Exp $ EAPI="2" @@ -8,5 +8,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="Skat game for KDE" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug +handbook" |