diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-02-02 09:28:21 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-02 21:44:37 +0100 |
| commit | 47018bc36d129345668717a8e03d143c787e46d5 (patch) | |
| tree | c81f3bfb4cff609e1e1dbb3ae1dbbd0214d98413 | |
| parent | 363d3b74a4458baa5dd514ee7a54dfb2c7b357bf (diff) | |
| download | kde-47018bc36d129345668717a8e03d143c787e46d5.tar.gz kde-47018bc36d129345668717a8e03d143c787e46d5.tar.bz2 kde-47018bc36d129345668717a8e03d143c787e46d5.zip | |
kde-frameworks/*: drop no-op ecm_pkg_setup
In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0,
pkg_setup phase function is no longer exported.
Amends 898380419161214ecdebf82ef9ef71a37ba09d0f
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 3 | ||||
| -rw-r--r-- | kde-frameworks/ki18n/ki18n-9999.ebuild | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index 149e4ffd812..aaf5d71968a 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-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 @@ -40,7 +40,6 @@ CMAKE_SKIP_TESTS=( pkg_setup() { use test && python-any-r1_pkg_setup - ecm_pkg_setup } src_configure() { diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index a49f4d57196..54418f3a915 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-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 @@ -36,11 +36,6 @@ CMAKE_SKIP_TESTS=( kcountrysubdivisiontest ) -pkg_setup() { - ecm_pkg_setup - python-single-r1_pkg_setup -} - src_configure() { local mycmakeargs=( -DPython3_EXECUTABLE="${PYTHON}" |
