From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/
Date: Wed, 25 Nov 2015 16:45:37 +0000 (UTC) [thread overview]
Message-ID: <1448469912.0d48b59abf1689174da2cabebdc5dccd52029d14.kensington@gentoo> (raw)
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
+}
next reply other threads:[~2015-11-25 16:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-25 16:45 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 15:16 [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/ Andreas Sturmlechner
2024-03-16 10:37 Andreas Sturmlechner
2019-10-12 19:40 Andreas Sturmlechner
2019-05-18 12:12 Andreas Sturmlechner
2017-10-21 18:34 Andreas Sturmlechner
2017-05-27 15:48 Andreas Sturmlechner
2016-12-10 11:43 Johannes Huber
2016-07-06 13:15 Michael Palimaka
2016-05-11 13:17 Michael Palimaka
2016-04-20 9:42 Michael Palimaka
2016-04-20 9:28 Michael Palimaka
2016-04-14 19:55 Johannes Huber
2016-03-01 11:52 Michael Palimaka
2015-12-02 11:10 Michael Palimaka
2015-08-12 13:59 Michael Palimaka
2015-08-06 20:46 Johannes Huber
2015-08-06 20:30 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1448469912.0d48b59abf1689174da2cabebdc5dccd52029d14.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox