commit: 4efd797158507b2973c0572f45e7f7976a805ac1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 7 13:58:42 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 7 14:20:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efd7971
kde-plasma/kwallet-pam: Set KDE_INSTALL_LIBDIR i./o. CMAKE_INSTALL_LIBDIR Prior to gentoo commit 7bc9e3869c123a5989c118c49f2448dd5959a261, KDEInstallDirs got its value from CMAKE_INSTALL_LIBDIR if set, which was deprecated behavior. ecm.eclass was fixed to tick KDE_INSTALL_* variables instead of relying on cmake.eclass to set up GNUInstallDirs, but kwallet-pam was forgotten. Closes: https://bugs.gentoo.org/967168 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{kwallet-pam-6.4.5.ebuild => kwallet-pam-6.4.5-r1.ebuild} | 2 +- .../{kwallet-pam-6.5.3.ebuild => kwallet-pam-6.5.3-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.4.5.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.4.5-r1.ebuild similarity index 94% rename from kde-plasma/kwallet-pam/kwallet-pam-6.4.5.ebuild rename to kde-plasma/kwallet-pam/kwallet-pam-6.4.5-r1.ebuild index f21e05728608..a48f5b284a32 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-6.4.5.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-6.4.5-r1.ebuild @@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig" src_configure() { local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" + -DKDE_INSTALL_LIBDIR="/$(get_libdir)" ) ecm_src_configure } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.5.3.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.5.3-r1.ebuild similarity index 94% rename from kde-plasma/kwallet-pam/kwallet-pam-6.5.3.ebuild rename to kde-plasma/kwallet-pam/kwallet-pam-6.5.3-r1.ebuild index d0cec7a3a735..5872985aa6c9 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-6.5.3.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-6.5.3-r1.ebuild @@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig" src_configure() { local mycmakeargs=( - -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" + -DKDE_INSTALL_LIBDIR="/$(get_libdir)" ) ecm_src_configure }
