summaryrefslogtreecommitdiffstats
path: root/trinity-base/kcheckpass
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-04-23 00:26:59 +0200
committerChris <xchrisx@uber.space>2020-04-23 00:26:59 +0200
commitac5ef443c43b2bb78a958e3fd4fb4b48533be47a (patch)
treecd44899c8e1f71e49b1c0264c6ad16a12c347bf1 /trinity-base/kcheckpass
parentc7d6ec27637fc130f1c89da927e33f29194df7de (diff)
downloadtde-packaging-gentoo-ac5ef443c43b2bb78a958e3fd4fb4b48533be47a.tar.gz
tde-packaging-gentoo-ac5ef443c43b2bb78a958e3fd4fb4b48533be47a.zip
KCheckpass: Enable `shadow` backend by default.
To be in sync with the TDM ebuild. Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/kcheckpass')
-rw-r--r--trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild1
-rw-r--r--trinity-base/kcheckpass/kcheckpass-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild b/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild
index 0793f654..c99c9162 100644
--- a/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild
+++ b/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild
@@ -15,6 +15,7 @@ DEPEND="${RDEPEND}"
src_configure() {
mycmakeargs=(
+ -DWITH_SHADOW=ON
-DWITH_PAM="$(usex pam)"
-DKCHECKPASS_PAM_SERVICE=tde
)
diff --git a/trinity-base/kcheckpass/kcheckpass-9999.ebuild b/trinity-base/kcheckpass/kcheckpass-9999.ebuild
index 035fafde..60fb970c 100644
--- a/trinity-base/kcheckpass/kcheckpass-9999.ebuild
+++ b/trinity-base/kcheckpass/kcheckpass-9999.ebuild
@@ -15,6 +15,7 @@ DEPEND="${RDEPEND}"
src_configure() {
mycmakeargs=(
+ -DWITH_SHADOW=ON
-DWITH_PAM="$(usex pam)"
-DKCHECKPASS_PAM_SERVICE=tde
)