diff options
-rw-r--r-- | kde-base/kfind/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kfind/kfind-4.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog index dc27097e4dbe..93f11bcd78fd 100644 --- a/kde-base/kfind/ChangeLog +++ b/kde-base/kfind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kfind # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.109 2009/03/08 19:44:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.110 2009/03/08 22:48:44 scarabeus Exp $ + + 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kfind-4.2.1.ebuild: + Revert wrongly commited new eclass behavior. 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kfind-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/kfind/kfind-4.2.1.ebuild b/kde-base/kfind/kfind-4.2.1.ebuild index 8876bbcf0bde..f745808ae6b0 100644 --- a/kde-base/kfind/kfind-4.2.1.ebuild +++ b/kde-base/kfind/kfind-4.2.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.2.1.ebuild,v 1.2 2009/03/08 13:40:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-4.2.1.ebuild,v 1.3 2009/03/08 22:48:44 scarabeus Exp $ EAPI="2" -KMNAME="kdebase-apps" +KMNAME="kdebase" +KMMODULE="apps/${PN}" inherit kde4-meta DESCRIPTION="KDE file finder utility" |