diff options
author | 2005-12-17 10:45:25 +0000 | |
---|---|---|
committer | 2005-12-17 10:45:25 +0000 | |
commit | 8bc3c89b304e2271545dec77c33662d4ee49c4f9 (patch) | |
tree | bebdf4a48f501cf75393aab1aa08cccedb8c53d2 /kde-base/ktouch | |
parent | stable on amd64 wrt bug 114038 (diff) | |
download | historical-8bc3c89b304e2271545dec77c33662d4ee49c4f9.tar.gz historical-8bc3c89b304e2271545dec77c33662d4ee49c4f9.tar.bz2 historical-8bc3c89b304e2271545dec77c33662d4ee49c4f9.zip |
Added ~ppc64
Package-Manager: portage-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)" |