summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-01-16 21:15:44 +0200
committerSam James <sam@gentoo.org>2025-01-18 14:53:47 +0000
commita0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb (patch)
tree97cdc3a9e62a6a346db256e6eb80aaa204f31402 /dev-util/kdevelop
parent5fe9d4a4de2e4f79666fb4a49f52c2c61db932ab (diff)
downloadkde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.tar.gz
kde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.tar.bz2
kde-a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb.zip
*/*: add xdg.eclass in >=KFMIN-6.9 where needed
See-Also: 67b745829deb9b52ba81bc4aa38316026699866d Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop')
-rw-r--r--dev-util/kdevelop/kdevelop-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
index e0909abdf33..787d3fe0ff5 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ KDE_ORG_CATEGORY="kdevelop"
KFMIN=6.9.0
LLVM_COMPAT=( 15 16 17 18 )
QTMIN=6.7.2
-inherit ecm gear.kde.org llvm-r1 optfeature
+inherit ecm gear.kde.org llvm-r1 optfeature xdg
DESCRIPTION="Integrated Development Environment, supporting KF6/Qt, C/C++ and much more"
HOMEPAGE="https://kdevelop.org/"
@@ -118,5 +118,5 @@ pkg_postinst() {
optfeature "formatting configurations via customscript plugin" dev-util/indent
optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
fi
- ecm_pkg_postinst
+ xdg_pkg_postinst
}