diff options
-rw-r--r-- | kde-base/kblocks/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kblocks/kblocks-4.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kblocks/ChangeLog b/kde-base/kblocks/ChangeLog index 1be36971d28d..c1a2d3379ec3 100644 --- a/kde-base/kblocks/ChangeLog +++ b/kde-base/kblocks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kblocks # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.92 2012/01/25 18:16:51 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.93 2012/02/18 14:57:55 nixnut Exp $ + + 18 Feb 2012; nixnut <nixnut@gentoo.org> kblocks-4.7.4.ebuild: + ppc stable #396359 *kblocks-4.8.0 (25 Jan 2012) diff --git a/kde-base/kblocks/kblocks-4.7.4.ebuild b/kde-base/kblocks/kblocks-4.7.4.ebuild index f7cd26a3e010..97de6c84b98a 100644 --- a/kde-base/kblocks/kblocks-4.7.4.ebuild +++ b/kde-base/kblocks/kblocks-4.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.7.4.ebuild,v 1.3 2012/01/16 21:33:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.7.4.ebuild,v 1.4 2012/02/18 14:57:55 nixnut Exp $ EAPI=4 @@ -9,5 +9,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game." -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |