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 EBAAC15808B for ; Wed, 16 Feb 2022 21:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 386EFE086D; Wed, 16 Feb 2022 21:53:36 +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 1E9F7E086D for ; Wed, 16 Feb 2022 21:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 340C6342F86 for ; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 550AC2E0 for ; Wed, 16 Feb 2022 21:53:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1645048402.6b0203e61b74a08f6db7febb518a4d82a2f7d8bc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwknop/fwknop-2.6.10-r2.ebuild net-firewall/fwknop/fwknop-2.6.10-r3.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6b0203e61b74a08f6db7febb518a4d82a2f7d8bc X-VCS-Branch: master Date: Wed, 16 Feb 2022 21:53:32 +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: 98b7f7ce-8786-48f1-b6be-c8f16bd2ad82 X-Archives-Hash: c6d7e833dd7f6308244151c2da5bcb11 commit: 6b0203e61b74a08f6db7febb518a4d82a2f7d8bc Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 21:53:22 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 21:53:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0203e6 net-firewall/fwknop: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert gentoo.org> .../fwknop/{fwknop-2.6.10-r2.ebuild => fwknop-2.6.10-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.10-r3.ebuild similarity index 98% rename from net-firewall/fwknop/fwknop-2.6.10-r2.ebuild rename to net-firewall/fwknop/fwknop-2.6.10-r3.ebuild index f8c21045b3ae..3b582da13606 100644 --- a/net-firewall/fwknop/fwknop-2.6.10-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.10-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ DEPEND=" firewalld? ( net-firewall/firewalld ) gdbm? ( sys-libs/gdbm ) gpg? ( - app-crypt/gpgme + app-crypt/gpgme:= dev-libs/libassuan dev-libs/libgpg-error )