commit: 6a5553077fca71de242a578977390447d39cc623
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 01:43:03 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 01:49:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a555307
app-crypt/monkeysphere: subscribe to libassuan subslot
Signed-off-by: Sam James <sam <AT> gentoo.org>
...onkeysphere-0.44-r1.ebuild => monkeysphere-0.44-r2.ebuild} | 11 ++++++++---
1 file 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
similarity index 85%
rename from app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild
rename to 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"