diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-08 07:33:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-08 07:33:05 +0000 |
commit | 63039b662a8cc64a7dcc5117352233615039b82f (patch) | |
tree | d84bf039ec539f833eeb820715753d7dd606e8e8 /kde-base/kcmshell | |
parent | Fix use of EROOT in one more line by Arfrever (diff) | |
download | gentoo-2-63039b662a8cc64a7dcc5117352233615039b82f.tar.gz gentoo-2-63039b662a8cc64a7dcc5117352233615039b82f.tar.bz2 gentoo-2-63039b662a8cc64a7dcc5117352233615039b82f.zip |
Stable for ppc64, wrt bug #504210
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kcmshell')
-rw-r--r-- | kde-base/kcmshell/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcmshell/kcmshell-4.12.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcmshell/ChangeLog b/kde-base/kcmshell/ChangeLog index ab9c5bc15460..c5c3226b6d33 100644 --- a/kde-base/kcmshell/ChangeLog +++ b/kde-base/kcmshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcmshell # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.220 2014/05/07 19:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.221 2014/05/08 07:32:47 ago Exp $ + + 08 May 2014; Agostino Sarubbo <ago@gentoo.org> kcmshell-4.12.5.ebuild: + Stable for ppc64, wrt bug #504210 07 May 2014; Agostino Sarubbo <ago@gentoo.org> kcmshell-4.12.5.ebuild: Stable for ppc, wrt bug #504210 diff --git a/kde-base/kcmshell/kcmshell-4.12.5.ebuild b/kde-base/kcmshell/kcmshell-4.12.5.ebuild index 30e1b647f636..76c381006599 100644 --- a/kde-base/kcmshell/kcmshell-4.12.5.ebuild +++ b/kde-base/kcmshell/kcmshell-4.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.12.5.ebuild,v 1.4 2014/05/07 19:42:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.12.5.ebuild,v 1.5 2014/05/08 07:32:47 ago Exp $ EAPI=5 @@ -8,5 +8,5 @@ KMNAME="kde-runtime" inherit kde4-meta DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings." -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |