summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-07 14:58:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-07 14:58:42 +0100
commit43869ba9ff23b91211493bd5e1248db9ee7c947c (patch)
tree93c134740cb35453de2d91f8f0a1647e85ab7c6c
parentd1a9c726b7e840af3f6bb71efa8e3920a5bfcb36 (diff)
downloadkde-43869ba9ff23b91211493bd5e1248db9ee7c947c.tar.gz
kde-43869ba9ff23b91211493bd5e1248db9ee7c947c.tar.bz2
kde-43869ba9ff23b91211493bd5e1248db9ee7c947c.zip
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. Bug: https://bugs.gentoo.org/967168 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-6.5.49.9999.ebuild2
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-6.5.49.9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-6.5.49.9999.ebuild
index e00ba7e8115..31610bc7621 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-6.5.49.9999.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-6.5.49.9999.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-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
index bd69f2a80fd..1285db5fa46 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.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
}