diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 23:15:18 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-11-24 23:15:18 +0000 |
commit | 8946a21580b0cadde42f451fefed6b8bd1fc6663 (patch) | |
tree | 9ed6d2b76bd28cd15087d5bb787f621922b4695d /kde-base/kcron | |
parent | Fix some vars. (diff) | |
download | gentoo-2-8946a21580b0cadde42f451fefed6b8bd1fc6663.tar.gz gentoo-2-8946a21580b0cadde42f451fefed6b8bd1fc6663.tar.bz2 gentoo-2-8946a21580b0cadde42f451fefed6b8bd1fc6663.zip |
Stable on amd64, bug 112842.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcron/kcron-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 112aaf369a89..c04d32fb8ccc 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.22 2005/11/24 22:50:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.23 2005/11/24 23:12:54 cryos Exp $ + + 24 Nov 2005; Marcus D. Hanwell <cryos@gentoo.org> kcron-3.4.3.ebuild: + Stable on amd64, bug 112842. 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kcron-3.4.3.ebuild: Stable on ppc64 diff --git a/kde-base/kcron/kcron-3.4.3.ebuild b/kde-base/kcron/kcron-3.4.3.ebuild index 10ec59e03566..e28d25e59850 100644 --- a/kde-base/kcron/kcron-3.4.3.ebuild +++ b/kde-base/kcron/kcron-3.4.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.4.3.ebuild,v 1.3 2005/11/24 22:50:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-3.4.3.ebuild,v 1.4 2005/11/24 23:12:54 cryos Exp $ KMNAME=kdeadmin MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE Task Scheduler" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc ~x86" IUSE="" DEPEND="" |