diff options
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.7.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 8f4f4e439b01..b3d4a995048c 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.192 2012/01/25 18:17:14 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.193 2012/02/18 15:02:50 nixnut Exp $ + + 18 Feb 2012; nixnut <nixnut@gentoo.org> kcron-4.7.4.ebuild: + ppc stable #396359 *kcron-4.8.0 (25 Jan 2012) diff --git a/kde-base/kcron/kcron-4.7.4.ebuild b/kde-base/kcron/kcron-4.7.4.ebuild index 4cdca4b01a94..7321c5251691 100644 --- a/kde-base/kcron/kcron-4.7.4.ebuild +++ b/kde-base/kcron/kcron-4.7.4.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/kcron/kcron-4.7.4.ebuild,v 1.3 2012/01/16 21:44:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.7.4.ebuild,v 1.4 2012/02/18 15:02:50 nixnut Exp $ EAPI=4 @@ -9,7 +9,7 @@ KMNAME="kdeadmin" inherit kde4-meta DESCRIPTION="KDE Task Scheduler" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" RDEPEND="!prefix? ( virtual/cron )" |