commit: dfb724c40bc747239a13bb847a834d060e0cbc4b 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:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb724c4
dev-libs/plasma-wayland-protocols: Fix src_configure() phase Closes: https://bugs.gentoo.org/946574 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild | 2 +- .../plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild index ad0d538fed5b..4ce6cc4bde0f 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.14.0.ebuild @@ -25,7 +25,7 @@ BDEPEND=" ) " -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 diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild index d83e0fd9b802..c8424eda5d2a 100644 --- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.ebuild +++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.15.0.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
