summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-03-21 22:27:11 +0100
committerJohannes Huber <johu@gentoo.org>2016-03-21 22:27:48 +0100
commit93a31d3b78fafd8a8bf6b171bddaf1ca3dda399e (patch)
tree641cc2cc809dd54e68a02416cc49813561ceb180 /kde-apps/kate/kate-4.14.3.ebuild
parentapp-admin/gkrellm: fix libressl slot (diff)
downloadgentoo-93a31d3b78fafd8a8bf6b171bddaf1ca3dda399e.tar.gz
gentoo-93a31d3b78fafd8a8bf6b171bddaf1ca3dda399e.tar.bz2
gentoo-93a31d3b78fafd8a8bf6b171bddaf1ca3dda399e.zip
kde-apps/kate: Fix pkg_postinst
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps/kate/kate-4.14.3.ebuild')
-rw-r--r--kde-apps/kate/kate-4.14.3.ebuild6
1 files 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 061b05d98a36..ea841420f448 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