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 AEBB015817D for ; Sun, 23 Jun 2024 01:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA949E2AEE; Sun, 23 Jun 2024 01:49:18 +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 7AAEAE2AEA for ; Sun, 23 Jun 2024 01:49:18 +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 993D3340C7C for ; Sun, 23 Jun 2024 01:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E401D55 for ; Sun, 23 Jun 2024 01:49:13 +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: <1719107347.8fc8e9d962ef33b2a3f0cde03fce03852d9d2a4c.sam@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-r3.ebuild net-firewall/fwknop/fwknop-2.6.10-r4.ebuild net-firewall/fwknop/fwknop-2.6.11-r1.ebuild net-firewall/fwknop/fwknop-2.6.11.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fc8e9d962ef33b2a3f0cde03fce03852d9d2a4c X-VCS-Branch: master Date: Sun, 23 Jun 2024 01:49:13 +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: 74d90585-9041-4f43-9c01-89f6ee048291 X-Archives-Hash: d67fc75703a4ac11a266bdc4030349d4 commit: 8fc8e9d962ef33b2a3f0cde03fce03852d9d2a4c Author: Sam James gentoo org> AuthorDate: Sun Jun 23 01:47:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 23 01:49:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc8e9d9 net-firewall/fwknop: subscribe to libassuan subslot Signed-off-by: Sam James gentoo.org> .../fwknop/{fwknop-2.6.10-r3.ebuild => fwknop-2.6.10-r4.ebuild} | 4 ++-- net-firewall/fwknop/{fwknop-2.6.11.ebuild => fwknop-2.6.11-r1.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-firewall/fwknop/fwknop-2.6.10-r3.ebuild b/net-firewall/fwknop/fwknop-2.6.10-r4.ebuild similarity index 98% rename from net-firewall/fwknop/fwknop-2.6.10-r3.ebuild rename to net-firewall/fwknop/fwknop-2.6.10-r4.ebuild index 3b582da13606..6cbff29d5512 100644 --- a/net-firewall/fwknop/fwknop-2.6.10-r3.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.10-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ DEPEND=" gdbm? ( sys-libs/gdbm ) gpg? ( app-crypt/gpgme:= - dev-libs/libassuan + dev-libs/libassuan:= dev-libs/libgpg-error ) iptables? ( net-firewall/iptables ) diff --git a/net-firewall/fwknop/fwknop-2.6.11.ebuild b/net-firewall/fwknop/fwknop-2.6.11-r1.ebuild similarity index 99% rename from net-firewall/fwknop/fwknop-2.6.11.ebuild rename to net-firewall/fwknop/fwknop-2.6.11-r1.ebuild index 2ae43d31f5f7..15c36e2fcd9b 100644 --- a/net-firewall/fwknop/fwknop-2.6.11.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.11-r1.ebuild @@ -24,7 +24,7 @@ DEPEND=" gdbm? ( sys-libs/gdbm ) gpg? ( app-crypt/gpgme:= - dev-libs/libassuan + dev-libs/libassuan:= dev-libs/libgpg-error ) iptables? ( net-firewall/iptables )