* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/
@ 2015-11-25 16:45 99% Michael Palimaka
0 siblings, 0 replies; 1+ results
From: Michael Palimaka @ 2015-11-25 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 0d48b59abf1689174da2cabebdc5dccd52029d14
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 16:45:12 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 16:45:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d48b59a
kde-plasma/kwallet-pam: install modules to correct location
Due to an upstream change, it ended up in /usr/lib64/security instead of /lib64/security where it could not be found.
Upstream-commit: 105cd18dbfe644e510e772a7e8226d8e965477f9
Package-Manager: portage-2.2.25
...{kwallet-pam-5.4.95.ebuild => kwallet-pam-5.4.95-r1.ebuild} | 10 +++++++++-
kde-plasma/kwallet-pam/kwallet-pam-5.5.49.9999.ebuild | 10 +++++++++-
kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild | 10 +++++++++-
3 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.4.95.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.4.95-r1.ebuild
similarity index 71%
rename from kde-plasma/kwallet-pam/kwallet-pam-5.4.95.ebuild
rename to kde-plasma/kwallet-pam/kwallet-pam-5.4.95-r1.ebuild
index 95a4b5b..2cd69e0 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.4.95.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.4.95-r1.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_AUTODEPS="false"
-inherit kde5
+inherit kde5 multilib
DESCRIPTION="KWallet PAM module to not enter password again"
LICENSE="LGPL-2.1"
@@ -17,3 +17,11 @@ DEPEND="
virtual/pam
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.5.49.9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.5.49.9999.ebuild
index 84ef01c..b166d70 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.5.49.9999.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.5.49.9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_AUTODEPS="false"
-inherit kde5
+inherit kde5 multilib
DESCRIPTION="KWallet PAM module to not enter password again"
LICENSE="LGPL-2.1"
@@ -17,3 +17,11 @@ DEPEND="
virtual/pam
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+
+ kde5_src_configure
+}
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
index 84ef01c..b166d70 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
KDE_AUTODEPS="false"
-inherit kde5
+inherit kde5 multilib
DESCRIPTION="KWallet PAM module to not enter password again"
LICENSE="LGPL-2.1"
@@ -17,3 +17,11 @@ DEPEND="
virtual/pam
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-11-25 16:45 99% [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox