diff options
author | Chris <xchrisx@uber.space> | 2020-04-22 22:27:43 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-04-22 22:07:53 +0000 |
commit | c7d6ec27637fc130f1c89da927e33f29194df7de (patch) | |
tree | 011a4f1ccfe355db14841666e9f73783b7e5e77f /trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild | |
parent | 2f269b2bef3819da0c6f815545000a8244ec02aa (diff) | |
download | tde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.tar.gz tde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.zip |
KCheckpass: Fix `pam` dependency.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild')
-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 07229219..0793f654 100644 --- a/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild +++ b/trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A simple password checker, used by any software in need of user aut IUSE="pam" KEYWORDS="~amd64 ~x86" -RDEPEND="pam? ( sys-libs/pam )" +RDEPEND="pam? ( trinity-base/tdebase-pam )" DEPEND="${RDEPEND}" src_configure() { |