diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-17 10:01:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-17 10:01:17 +0000 |
commit | d2636ef9215572c9496195d2933857ba65ad2457 (patch) | |
tree | d99989fd4456ee5cd71ff5f5ed9b1a02af213bd1 /kde-base/ktouch | |
parent | Beginning of regular releases of subversion trunk until its feature set stables. (diff) | |
download | gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.tar.gz gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.tar.bz2 gentoo-2-d2636ef9215572c9496195d2933857ba65ad2457.zip |
Added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-3.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 8f07ddae7029..b9be9d28018a 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.35 2005/12/12 17:04:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.36 2005/12/17 09:56:31 corsair Exp $ + + 17 Dec 2005; Markus Rothe <corsair@gentoo.org> ktouch-3.5.0.ebuild: + Added ~ppc64 12 Dec 2005; Joseph Jezak <josejx@gentoo.org> ktouch-3.5.0.ebuild: Marked ~ppc. diff --git a/kde-base/ktouch/ktouch-3.5.0.ebuild b/kde-base/ktouch/ktouch-3.5.0.ebuild index 07bb00abf003..f342c961d78b 100644 --- a/kde-base/ktouch/ktouch-3.5.0.ebuild +++ b/kde-base/ktouch/ktouch-3.5.0.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/ktouch/ktouch-3.5.0.ebuild,v 1.4 2005/12/12 17:04:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.0.ebuild,v 1.5 2005/12/17 09:56:31 corsair Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)" |