kde-apps/kate: Fix pkg_postinst
authorJohannes Huber <johu@gentoo.org>
Mon, 21 Mar 2016 21:27:11 +0000 (22:27 +0100)
committerJohannes Huber <johu@gentoo.org>
Mon, 21 Mar 2016 21:27:48 +0000 (22:27 +0100)
Package-Manager: portage-2.2.28

kde-apps/kate/kate-4.14.3.ebuild

index 061b05d98a36d180fb556caa377b1a500cbcca59..ea841420f448d172d272d2c4c1e6b29c52898da9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -53,9 +53,9 @@ src_configure() {
 pkg_postinst() {
        kde4-meta_pkg_postinst
 
-       if ! has_version kde-base/kaddressbook:${SLOT}; then
+       if ! has_version kde-apps/kaddressbook:${SLOT}; then
                echo
-               elog "File templates plugin requires kde-base/kaddressbook:${SLOT}."
+               elog "File templates plugin requires kde-apps/kaddressbook:${SLOT}."
                elog "Please install it if you plan to use this plugin."
                echo
        fi