summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-23 02:43:03 +0100
committerSam James <sam@gentoo.org>2024-06-23 02:49:05 +0100
commit6a5553077fca71de242a578977390447d39cc623 (patch)
treeec19cfdf30e1695e503df62af19558b979a35e63 /app-crypt
parentapp-crypt/gnupg: subscribe to libassuan subslot (diff)
downloadgentoo-6a5553077fca71de242a578977390447d39cc623.tar.gz
gentoo-6a5553077fca71de242a578977390447d39cc623.tar.bz2
gentoo-6a5553077fca71de242a578977390447d39cc623.zip
app-crypt/monkeysphere: subscribe to libassuan subslot
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild (renamed from app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild)11
1 files changed, 8 insertions, 3 deletions
diff --git a/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild
index 2b85c2210dac..a90ced11fe37 100644
--- a/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild
+++ b/app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,13 +20,18 @@ DOCS=( README Changelog )
# Tests fail upstream for SSH connection. Issue has been reported.
RESTRICT="test"
-DEPEND="acct-group/monkeysphere
+DEPEND="
+ acct-group/monkeysphere
acct-user/monkeysphere
>=app-crypt/gnupg-2.1.17:0=
net-misc/socat:0=
+ dev-libs/libassuan:=
+ dev-libs/libgcrypt:=
+ dev-libs/libgpg-error:=
dev-perl/Crypt-OpenSSL-RSA:0=
dev-perl/Digest-SHA1:0=
- app-misc/lockfile-progs:0="
+ app-misc/lockfile-progs:0=
+"
RDEPEND="${DEPEND}
virtual/openssh"