aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-22 22:20:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-22 22:20:34 +0100
commit6952cf11c8404caeed245144c0fce47409349c79 (patch)
treef4c56b4b97f91632fa29d66e60a5dc5c1a877e52 /dev-util
parentdev-util/kdevelop: Sort DEPENDs, drop KDE_APPS_MINIMAL, req. >=clang-6 (diff)
downloadkde-6952cf11c8404caeed245144c0fce47409349c79.tar.gz
kde-6952cf11c8404caeed245144c0fce47409349c79.tar.bz2
kde-6952cf11c8404caeed245144c0fce47409349c79.zip
dev-util/kdevelop: Add dev-util/meson pkg_postinst info
Upstream commits: b53ea9aa452ef57595ab488405f21e8bdd989f8f 50b5372c387ec274f100ec05d9b0248e23dfabb9 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/kdevelop/kdevelop-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
index 2cf7c3bb05..525860f557 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -138,4 +138,8 @@ pkg_postinst() {
if ! has_version "dev-util/clazy" ; then
elog "For static C++ Qt code analysis support, please install dev-util/clazy"
fi
+
+ if ! has_version ">=dev-util/meson-0.51" ; then
+ elog "For the Meson Project manager plugin, please install dev-util/meson"
+ fi
}