commit: f20459e691c534b3c4ef3b7a4830e2a9cfe563cd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 2 16:40:14 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 16:41:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f20459e6
sci-electronics/ktechlab: Add missing xdg inherit Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-electronics/ktechlab/ktechlab-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/ktechlab/ktechlab-9999.ebuild b/sci-electronics/ktechlab/ktechlab-9999.ebuild index 45319acafc..bb3fe8496a 100644 --- a/sci-electronics/ktechlab/ktechlab-9999.ebuild +++ b/sci-electronics/ktechlab/ktechlab-9999.ebuild @@ -9,7 +9,7 @@ ECM_TEST="true" KDE_ORG_CATEGORY="sdk" KFMIN=6.9.0 QTMIN=6.8.1 -inherit ecm kde.org +inherit ecm kde.org xdg DESCRIPTION="IDE for microcontrollers and electronics" HOMEPAGE="https://userbase.kde.org/KTechlab"
