diff options
-rw-r--r-- | kde-base/kapman/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kapman/kapman-4.7.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/kapman/ChangeLog b/kde-base/kapman/ChangeLog index d63199da797c..65cf0bebf8af 100644 --- a/kde-base/kapman/ChangeLog +++ b/kde-base/kapman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kapman -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/ChangeLog,v 1.83 2011/12/18 19:46:20 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/ChangeLog,v 1.84 2012/01/09 15:51:00 phajdan.jr Exp $ + + 09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> kapman-4.7.4.ebuild: + x86 stable wrt bug #396359 18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kapman-4.6.5.ebuild: Drop KDE 4.6.5 diff --git a/kde-base/kapman/kapman-4.7.4.ebuild b/kde-base/kapman/kapman-4.7.4.ebuild index 874aac151b86..4e1e08d4b6fb 100644 --- a/kde-base/kapman/kapman-4.7.4.ebuild +++ b/kde-base/kapman/kapman-4.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/kapman-4.7.4.ebuild,v 1.1 2011/12/11 18:52:36 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapman/kapman-4.7.4.ebuild,v 1.2 2012/01/09 15:51:00 phajdan.jr Exp $ EAPI=4 @@ -9,5 +9,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="Pac-Man clone for KDE" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |