diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-23 17:47:01 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-23 17:47:01 +0000 |
commit | cdb7e09fa753abb2a4b2cd1d67801daec04878dd (patch) | |
tree | 541184aadc7c61a72169de72e47ae69553fb39d6 /kde-base/ktouch | |
parent | remove old sdricoh_cs versions (diff) | |
download | historical-cdb7e09fa753abb2a4b2cd1d67801daec04878dd.tar.gz historical-cdb7e09fa753abb2a4b2cd1d67801daec04878dd.tar.bz2 historical-cdb7e09fa753abb2a4b2cd1d67801daec04878dd.zip |
Remove traces of monolithic KDE 4.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/ktouch')
-rw-r--r-- | kde-base/ktouch/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ktouch/ktouch-4.0.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/kde-base/ktouch/ChangeLog b/kde-base/ktouch/ChangeLog index ee1d5afec4e4..20acfc249f87 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.86 2008/02/20 23:24:48 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ChangeLog,v 1.87 2008/02/23 17:43:47 ingmar Exp $ + + 23 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> ktouch-4.0.1.ebuild: + Remove traces of monolithic KDE 4. *ktouch-3.5.9 (20 Feb 2008) diff --git a/kde-base/ktouch/ktouch-4.0.1.ebuild b/kde-base/ktouch/ktouch-4.0.1.ebuild index 1cf5d1abb425..038168f6c535 100644 --- a/kde-base/ktouch/ktouch-4.0.1.ebuild +++ b/kde-base/ktouch/ktouch-4.0.1.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.0.1.ebuild,v 1.1 2008/02/07 00:11:38 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktouch/ktouch-4.0.1.ebuild,v 1.2 2008/02/23 17:43:47 ingmar Exp $ EAPI="1" @@ -11,5 +11,4 @@ DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" KEYWORDS="~amd64 ~x86" IUSE="debug htmlhandbook" -RDEPEND="|| ( >=kde-base/knotify-${PV}:${SLOT} - >=kde-base/kdebase-${PV}:${SLOT} )" +RDEPEND=">=kde-base/knotify-${PV}:${SLOT}" |