diff options
-rw-r--r-- | kde-base/ktron/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktron/ktron-4.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktron/ChangeLog b/kde-base/ktron/ChangeLog index ca4d1a8e2127..744240951d2b 100644 --- a/kde-base/ktron/ChangeLog +++ b/kde-base/ktron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktron # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.130 2010/08/09 04:07:21 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.131 2010/08/09 09:39:04 fauli Exp $ + + 09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> ktron-4.4.5.ebuild: + x86 stable, bug 322791 09 Aug 2010; Joseph Jezak <josejx@gentoo.org> ktron-4.4.5.ebuild: Marked ppc stable for bug #322791. diff --git a/kde-base/ktron/ktron-4.4.5.ebuild b/kde-base/ktron/ktron-4.4.5.ebuild index 822229943f6e..de1f89b3a3e1 100644 --- a/kde-base/ktron/ktron-4.4.5.ebuild +++ b/kde-base/ktron/ktron-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/ktron/ktron-4.4.5.ebuild,v 1.3 2010/08/09 04:07:21 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-4.4.5.ebuild,v 1.4 2010/08/09 09:39:04 fauli Exp $ EAPI="3" @@ -8,5 +8,5 @@ KMNAME="kdegames" inherit kde4-meta DESCRIPTION="KDE Tron game" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="debug" |