diff options
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index c63151ce21a7..72f9fd922ac5 100644 --- a/kde-base/kworldwatch/ChangeLog +++ b/kde-base/kworldwatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kworldwatch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.30 2005/11/29 04:40:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.31 2005/12/05 19:18:41 kloeri Exp $ + + 05 Dec 2005; Bryan Østergaard <kloeri@gentoo.org> + kworldwatch-3.5.0.ebuild: + ~alpha keyword. 29 Nov 2005; Jason Wever <weeve@gentoo.org> kworldwatch-3.5.0.ebuild: Added ~sparc keyword. diff --git a/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild b/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild index 80cf31b08571..4cfadcd4c2ca 100644 --- a/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild +++ b/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild,v 1.2 2005/11/29 04:40:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5.0.ebuild,v 1.3 2005/12/05 19:18:41 kloeri Exp $ KMNAME=kdetoys MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE program that displays the part of the Earth lit up by the Sun" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" IUSE="" DEPEND="" |