diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-18 21:16:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-18 21:16:50 +0000 |
commit | 35895de87b6613b48843cd443f4a60ff29ec6860 (patch) | |
tree | 22fd40a37839b2ce6107e32874938cd8bfe62a72 /kde-base/kcmshell | |
parent | Minor: Use long options for -c (--checkall), bug 412061 (diff) | |
download | historical-35895de87b6613b48843cd443f4a60ff29ec6860.tar.gz historical-35895de87b6613b48843cd443f4a60ff29ec6860.tar.bz2 historical-35895de87b6613b48843cd443f4a60ff29ec6860.zip |
Stable for amd64, wrt bug #414605
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kcmshell')
-rw-r--r-- | kde-base/kcmshell/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcmshell/kcmshell-4.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcmshell/ChangeLog b/kde-base/kcmshell/ChangeLog index 9cadeb5b608b..b0321b413e90 100644 --- a/kde-base/kcmshell/ChangeLog +++ b/kde-base/kcmshell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcmshell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.120 2012/05/18 05:37:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/ChangeLog,v 1.121 2012/05/18 19:20:37 ago Exp $ + + 18 May 2012; Agostino Sarubbo <ago@gentoo.org> kcmshell-4.8.3.ebuild: + Stable for amd64, wrt bug #414605 18 May 2012; Joseph Jezak <josejx@gentoo.org> kcmshell-4.8.3.ebuild: Marked ~ppc ~ppc64 for bug #402989. diff --git a/kde-base/kcmshell/kcmshell-4.8.3.ebuild b/kde-base/kcmshell/kcmshell-4.8.3.ebuild index 2576a6859517..c08538c72d64 100644 --- a/kde-base/kcmshell/kcmshell-4.8.3.ebuild +++ b/kde-base/kcmshell/kcmshell-4.8.3.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/kcmshell/kcmshell-4.8.3.ebuild,v 1.2 2012/05/18 05:37:55 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.8.3.ebuild,v 1.3 2012/05/18 19:20:37 ago Exp $ EAPI=4 @@ -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" |