diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 10:05:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-09 10:05:29 +0000 |
commit | 9af360d2324e3b4aaef686f12daf498d4f367686 (patch) | |
tree | 5114f5ae33f671b05d98dbb11bb3271529139049 /kde-base/kcmshell | |
parent | amd64 stable, bug #500108 (diff) | |
download | gentoo-2-9af360d2324e3b4aaef686f12daf498d4f367686.tar.gz gentoo-2-9af360d2324e3b4aaef686f12daf498d4f367686.tar.bz2 gentoo-2-9af360d2324e3b4aaef686f12daf498d4f367686.zip |
Stable for amd64, wrt bug #493782
(Portage version: 2.2.7/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.11.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcmshell/ChangeLog b/kde-base/kcmshell/ChangeLog index a7dd86545ad7..b11fd6d66133 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.203 2014/02/06 23:20:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.204 2014/02/09 10:05:23 ago Exp $ + + 09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kcmshell-4.11.5.ebuild: + Stable for amd64, wrt bug #493782 *kcmshell-4.12.2 (06 Feb 2014) diff --git a/kde-base/kcmshell/kcmshell-4.11.5.ebuild b/kde-base/kcmshell/kcmshell-4.11.5.ebuild index 9265a28c3608..419f185e81ae 100644 --- a/kde-base/kcmshell/kcmshell-4.11.5.ebuild +++ b/kde-base/kcmshell/kcmshell-4.11.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.11.5.ebuild,v 1.2 2014/01/20 08:00:16 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.11.5.ebuild,v 1.3 2014/02/09 10:05:23 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" |