diff options
Diffstat (limited to 'kde-base/kcron')
-rw-r--r-- | kde-base/kcron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcron/kcron-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcron/ChangeLog b/kde-base/kcron/ChangeLog index 027ee0ff8a0c..7388640af22b 100644 --- a/kde-base/kcron/ChangeLog +++ b/kde-base/kcron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcron # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.154 2010/08/09 11:30:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/ChangeLog,v 1.155 2010/08/09 17:35:00 scarabeus Exp $ + + 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kcron-4.4.5.ebuild: + Drop alpha ia64 and sparc per the AT Lead permission. 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kcron-4.3.5.ebuild, -kcron-4.4.4.ebuild: diff --git a/kde-base/kcron/kcron-4.4.5.ebuild b/kde-base/kcron/kcron-4.4.5.ebuild index 07c87afc1d40..bbf8c7965c2b 100644 --- a/kde-base/kcron/kcron-4.4.5.ebuild +++ b/kde-base/kcron/kcron-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.4.5.ebuild,v 1.4 2010/08/09 06:49:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcron/kcron-4.4.5.ebuild,v 1.5 2010/08/09 17:35:00 scarabeus Exp $ EAPI="3" @@ -8,7 +8,7 @@ KMNAME="kdeadmin" inherit kde4-meta DESCRIPTION="KDE Task Scheduler" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug +handbook" RDEPEND="!prefix? ( virtual/cron )" |