summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-04-22 22:27:43 +0200
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-04-22 22:07:53 +0000
commitc7d6ec27637fc130f1c89da927e33f29194df7de (patch)
tree011a4f1ccfe355db14841666e9f73783b7e5e77f
parent2f269b2bef3819da0c6f815545000a8244ec02aa (diff)
downloadtde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.tar.gz
tde-packaging-gentoo-c7d6ec27637fc130f1c89da927e33f29194df7de.zip
KCheckpass: Fix `pam` dependency.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--trinity-base/kcheckpass/kcheckpass-14.0.6.ebuild2
-rw-r--r--trinity-base/kcheckpass/kcheckpass-9999.ebuild3
2 files changed, 2 insertions, 3 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() {
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() {