diff options
Diffstat (limited to 'kde-base/ktouch/ktouch-3.5.2.ebuild')
-rw-r--r-- | kde-base/ktouch/ktouch-3.5.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-base/ktouch/ktouch-3.5.2.ebuild b/kde-base/ktouch/ktouch-3.5.2.ebuild index 72de110fbea3..4ef2c4c7a18a 100644 --- a/kde-base/ktouch/ktouch-3.5.2.ebuild +++ b/kde-base/ktouch/ktouch-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.2.ebuild,v 1.9 2006/09/03 15:05:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-3.5.2.ebuild,v 1.10 2006/09/26 21:28:47 deathwing00 Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -9,7 +9,9 @@ inherit kde-meta DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdeedu)" + +RDEPEND="${DEPEND}" KMEXTRACTONLY="libkdeedu/kdeeduplot" KMCOPYLIB="libkdeeduplot libkdeedu/kdeeduplot" |