From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D1B815817D for ; Sun, 23 Jun 2024 01:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4546DE2ADF; Sun, 23 Jun 2024 01:49:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23227E2ADF for ; Sun, 23 Jun 2024 01:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BD5F341B27 for ; Sun, 23 Jun 2024 01:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 976581D4F for ; Sun, 23 Jun 2024 01:49:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719107345.6a5553077fca71de242a578977390447d39cc623.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild X-VCS-Directories: app-crypt/monkeysphere/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a5553077fca71de242a578977390447d39cc623 X-VCS-Branch: master Date: Sun, 23 Jun 2024 01:49:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fbab77a7-b4ae-4b72-827b-365e46906798 X-Archives-Hash: 638cf4a9ae9a6c8a9cee05f9c8dc61ee commit: 6a5553077fca71de242a578977390447d39cc623 Author: Sam James gentoo org> AuthorDate: Sun Jun 23 01:43:03 2024 +0000 Commit: Sam James gentoo 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 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"