diff options
author | Chris <[email protected]> | 2020-04-22 22:27:43 +0200 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2020-04-22 22:07:53 +0000 |
commit | c7d6ec27637fc130f1c89da927e33f29194df7de (patch) | |
tree | 011a4f1ccfe355db14841666e9f73783b7e5e77f /trinity-base/kcheckpass/kcheckpass-9999.ebuild | |
parent | 2f269b2bef3819da0c6f815545000a8244ec02aa (diff) | |
download | tde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.tar.gz tde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.zip |
KCheckpass: Fix `pam` dependency.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'trinity-base/kcheckpass/kcheckpass-9999.ebuild')
-rw-r--r-- | trinity-base/kcheckpass/kcheckpass-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trinity-base/kcheckpass/kcheckpass-9999.ebuild b/trinity-base/kcheckpass/kcheckpass-9999.ebuild index 0e2dd632..035fafde 100644 --- a/trinity-base/kcheckpass/kcheckpass-9999.ebuild +++ b/trinity-base/kcheckpass/kcheckpass-9999.ebuild @@ -10,8 +10,7 @@ inherit trinity-meta-2 DESCRIPTION="A simple password checker, used by any software in need of user authentication." IUSE="pam" -RDEPEND=" - pam? ( sys-libs/pam )" +RDEPEND="pam? ( trinity-base/tdebase-pam )" DEPEND="${RDEPEND}" src_configure() { |