diff options
| -rw-r--r-- | kde-apps/kate/kate-18.12.49.9999.ebuild | 2 | ||||
| -rw-r--r-- | kde-apps/kate/kate-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/kate/kate-18.12.49.9999.ebuild b/kde-apps/kate/kate-18.12.49.9999.ebuild index 800a84214ff..ea0091ddcc4 100644 --- a/kde-apps/kate/kate-18.12.49.9999.ebuild +++ b/kde-apps/kate/kate-18.12.49.9999.ebuild @@ -76,7 +76,7 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if use addons; then + if [[ -z "${REPLACING_VERSIONS}" ]] && use addons; then elog "The functionality of ktexteditorpreview plugin can be extended with:" elog " kde-misc/kmarkdownwebview" elog " media-gfx/kgraphviewer" diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index ce8e6b90610..ea0091ddcc4 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,7 @@ src_configure() { pkg_postinst() { kde5_pkg_postinst - if use addons; then + if [[ -z "${REPLACING_VERSIONS}" ]] && use addons; then elog "The functionality of ktexteditorpreview plugin can be extended with:" elog " kde-misc/kmarkdownwebview" elog " media-gfx/kgraphviewer" |
