commit:     93a31d3b78fafd8a8bf6b171bddaf1ca3dda399e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:27:11 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:27:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a31d3b

kde-apps/kate: Fix pkg_postinst

Package-Manager: portage-2.2.28

 kde-apps/kate/kate-4.14.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kate/kate-4.14.3.ebuild b/kde-apps/kate/kate-4.14.3.ebuild
index 061b05d..ea84142 100644
--- a/kde-apps/kate/kate-4.14.3.ebuild
+++ b/kde-apps/kate/kate-4.14.3.ebuild
@@ -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

Reply via email to