diff options
author | 2025-01-16 21:15:44 +0200 | |
---|---|---|
committer | 2025-01-18 14:53:47 +0000 | |
commit | a0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb (patch) | |
tree | 97cdc3a9e62a6a346db256e6eb80aaa204f31402 /kde-apps/marble | |
parent | dev-libs/kopeninghours: use Python cmake module instead of patching (diff) | |
download | kde-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 'kde-apps/marble')
-rw-r--r-- | kde-apps/marble/marble-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index 2131c4bad2..3d3d5b08c5 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-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 @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt ECM_TEST="true" KFMIN=6.9.0 QTMIN=6.7.2 -inherit ecm gear.kde.org +inherit ecm gear.kde.org xdg DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" HOMEPAGE="https://marble.kde.org/" |