commit:     90ec8ae503c1d5723e460a578ffe86f529c0832f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 16:23:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 16:23:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=90ec8ae5

kde-plasma/plasma-login-sessions: Set -DKDE_INSTALL_LIBEXECDIR=/usr/libexec

As a temporary workaround for ecm-common.eclass not doing so.

Bug: https://bugs.gentoo.org/941502
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild       | 1 +
 kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild       | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild 
b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild
index 83b714c4ff..91a865e030 100644
--- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild
+++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.49.9999.ebuild
@@ -27,6 +27,7 @@ ecm-common_inject_heredoc() {
 
 src_configure() {
        local mycmakeargs=(
+               -DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 
941502
                -DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
        )
        ecm-common_src_configure

diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild 
b/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild
index 83b714c4ff..91a865e030 100644
--- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild
+++ b/kde-plasma/plasma-login-sessions/plasma-login-sessions-9999.ebuild
@@ -27,6 +27,7 @@ ecm-common_inject_heredoc() {
 
 src_configure() {
        local mycmakeargs=(
+               -DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 
941502
                -DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
        )
        ecm-common_src_configure

Reply via email to