diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 08:29:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 08:29:40 +0000 |
commit | b8983e37bf1e1d78789bb9c7a9ab99ae10438fb5 (patch) | |
tree | c9c33f22c3b26e319d689f1109bc5e313de4af20 /kde-base/ktouch | |
parent | Bump (diff) | |
download | historical-b8983e37bf1e1d78789bb9c7a9ab99ae10438fb5.tar.gz historical-b8983e37bf1e1d78789bb9c7a9ab99ae10438fb5.tar.bz2 historical-b8983e37bf1e1d78789bb9c7a9ab99ae10438fb5.zip |
Add ppc/ppc64 love #244306.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27.4 x86_64
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index 95f0c5fe13d8..8263595581fa 100644 --- a/kde-base/ktouch/ChangeLog +++ b/kde-base/ktouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ktouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.104 2008/11/09 00:49:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.105 2008/11/16 08:09:18 vapier Exp $ + + 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> ktouch-4.1.3.ebuild: + Add ppc/ppc64 love #244306. *ktouch-4.1.3 (09 Nov 2008) diff --git a/kde-base/ktouch/ktouch-4.1.3.ebuild b/kde-base/ktouch/ktouch-4.1.3.ebuild index 70a7c33e7fab..9d3165c1b220 100644 --- a/kde-base/ktouch/ktouch-4.1.3.ebuild +++ b/kde-base/ktouch/ktouch-4.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.1.3.ebuild,v 1.1 2008/11/09 00:49:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.1.3.ebuild,v 1.2 2008/11/16 08:09:18 vapier Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit kde4-meta DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" HOMEPAGE="http://ktouch.sourceforge.net/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug htmlhandbook" RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |