kde-plasma/kwallet-pam: Set KDE_INSTALL_LIBDIR i./o. CMAKE_INSTALL_LIBDIR

Prior to gentoo commit 7bc9e3869c, 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@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-12-07 14:58:42 +01:00
parent fc0c95a62b
commit 4efd797158
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
-DKDE_INSTALL_LIBDIR="/$(get_libdir)"
)
ecm_src_configure
}

View File

@@ -25,7 +25,7 @@ BDEPEND="virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
-DKDE_INSTALL_LIBDIR="/$(get_libdir)"
)
ecm_src_configure
}