diff options
Diffstat (limited to 'kde-base/ksystraycmd')
-rw-r--r-- | kde-base/ksystraycmd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksystraycmd/ksystraycmd-4.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ksystraycmd/ChangeLog b/kde-base/ksystraycmd/ChangeLog index 0b0614babb8f..f3cdeb09cb80 100644 --- a/kde-base/ksystraycmd/ChangeLog +++ b/kde-base/ksystraycmd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksystraycmd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.215 2012/11/13 20:21:03 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ChangeLog,v 1.216 2012/11/23 17:46:29 ago Exp $ + + 23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ksystraycmd-4.9.3.ebuild: + Stable for amd64, wrt bug #442394 13 Nov 2012; Johannes Huber <johu@gentoo.org> -ksystraycmd-4.9.2.ebuild: Remove KDE SC 4.9.2 diff --git a/kde-base/ksystraycmd/ksystraycmd-4.9.3.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.9.3.ebuild index 3f3a85a99679..8452e23e50a4 100644 --- a/kde-base/ksystraycmd/ksystraycmd-4.9.3.ebuild +++ b/kde-base/ksystraycmd/ksystraycmd-4.9.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/ksystraycmd/ksystraycmd-4.9.3.ebuild,v 1.1 2012/11/08 23:27:05 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystraycmd/ksystraycmd-4.9.3.ebuild,v 1.2 2012/11/23 17:46:29 ago Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kde-workspace" inherit kde4-meta DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="debug" |