diff options
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.11.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index df03eef2b1af..1ed283f35413 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.287 2014/02/16 07:19:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.288 2014/02/20 09:27:24 ago Exp $ + + 20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kcron-4.11.5.ebuild: + Stable for ppc, wrt bug #493782 16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kcron-4.11.5.ebuild: Stable for x86, wrt bug #493782 diff --git a/kde-base/kcron/kcron-4.11.5.ebuild b/kde-base/kcron/kcron-4.11.5.ebuild index 4ee7e6635524..8530ec6f099e 100644 --- a/kde-base/kcron/kcron-4.11.5.ebuild +++ b/kde-base/kcron/kcron-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/kcron/kcron-4.11.5.ebuild,v 1.4 2014/02/16 07:19:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.11.5.ebuild,v 1.5 2014/02/20 09:27:24 ago Exp $ EAPI=5 @@ -8,7 +8,7 @@ KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="KDE Task Scheduler" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" RDEPEND="!prefix? ( virtual/cron )" |