diff options
author | E. Liddell <[email protected]> | 2020-03-29 17:04:28 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-22 14:37:29 +0200 |
commit | d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7 (patch) | |
tree | 6c04aa1d6f813d52d064a25adf8e66090f4f71d7 /trinity-base/kcheckpass | |
parent | 1261b037e96519b0a7d90c3029e6c61bc2dc691d (diff) | |
download | tde-packaging-gentoo-d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7.tar.gz tde-packaging-gentoo-d4bfee77206b2b8101d4c1d0edcc877cfde1bbf7.zip |
Various requested fixes
Diffstat (limited to 'trinity-base/kcheckpass')
-rw-r--r-- | trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild b/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild index 54dc24d6..07229219 100644 --- a/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild +++ b/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2017 Gentoo Foundation # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="7" TRINITY_MODULE_NAME="tdebase" @@ -17,6 +16,7 @@ DEPEND="${RDEPEND}" src_configure() { mycmakeargs=( -DWITH_PAM="$(usex pam)" + -DKCHECKPASS_PAM_SERVICE=tde ) trinity-meta-2_src_configure |