commit: e73f617097bdf8e94cb98afecfaacf0636c41cee Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 17 17:55:32 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 17 17:57:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e73f6170
dev-libs/plasma-wayland-protocols: Fix src_configure() phase Bug: https://bugs.gentoo.org/946574 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild index d83e0fd9b8..c8424eda5d 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild @@ -29,7 +29,7 @@ BDEPEND=" test? ( dev-util/wayland-scanner ) " -ecm_src_configure() { +src_configure() { local mycmakeargs=( -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass
