From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1645894-garchives=archives.gentoo.org@lists.gentoo.org>
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 398DE15817D
	for <garchives@archives.gentoo.org>; 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 E663BE2AEC;
	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 773A6E2AE8
	for <gentoo-commits@lists.gentoo.org>; 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 9B09A341DD0
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 01:49:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EBF41D57
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Jun 2024 01:49:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1719107347.8fcb488cd2c21921f9c67a4088b3d9e619c2a557.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget2/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/wget2/wget2-2.0.1-r4.ebuild net-misc/wget2/wget2-2.0.1-r5.ebuild net-misc/wget2/wget2-2.1.0-r1.ebuild net-misc/wget2/wget2-2.1.0.ebuild net-misc/wget2/wget2-9999.ebuild
X-VCS-Directories: net-misc/wget2/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8fcb488cd2c21921f9c67a4088b3d9e619c2a557
X-VCS-Branch: master
Date: Sun, 23 Jun 2024 01:49:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c632e473-cb42-4a58-aa25-cc3c70fc81a0
X-Archives-Hash: 0c51e81e1e78595302f635cc7c63ed49

commit:     8fcb488cd2c21921f9c67a4088b3d9e619c2a557
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 01:48:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 01:49:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcb488c

net-misc/wget2: subscribe to libassuan subslot

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/wget2/{wget2-2.0.1-r4.ebuild => wget2-2.0.1-r5.ebuild} | 2 +-
 net-misc/wget2/{wget2-2.1.0.ebuild => wget2-2.1.0-r1.ebuild}    | 2 +-
 net-misc/wget2/wget2-9999.ebuild                                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/wget2/wget2-2.0.1-r4.ebuild b/net-misc/wget2/wget2-2.0.1-r5.ebuild
similarity index 98%
rename from net-misc/wget2/wget2-2.0.1-r4.ebuild
rename to net-misc/wget2/wget2-2.0.1-r5.ebuild
index 56d044188f55..9d777020a981 100644
--- a/net-misc/wget2/wget2-2.0.1-r4.ebuild
+++ b/net-misc/wget2/wget2-2.0.1-r5.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	)
 	gpgme? (
 		app-crypt/gpgme:=
-		dev-libs/libassuan
+		dev-libs/libassuan:=
 		dev-libs/libgpg-error
 	)
 	http2? ( net-libs/nghttp2 )

diff --git a/net-misc/wget2/wget2-2.1.0.ebuild b/net-misc/wget2/wget2-2.1.0-r1.ebuild
similarity index 98%
rename from net-misc/wget2/wget2-2.1.0.ebuild
rename to net-misc/wget2/wget2-2.1.0-r1.ebuild
index 745aa97146f8..adf3183d13a5 100644
--- a/net-misc/wget2/wget2-2.1.0.ebuild
+++ b/net-misc/wget2/wget2-2.1.0-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	)
 	gpgme? (
 		app-crypt/gpgme:=
-		dev-libs/libassuan
+		dev-libs/libassuan:=
 		dev-libs/libgpg-error
 	)
 	http2? ( net-libs/nghttp2 )

diff --git a/net-misc/wget2/wget2-9999.ebuild b/net-misc/wget2/wget2-9999.ebuild
index 088e948a5a9b..28200b483dae 100644
--- a/net-misc/wget2/wget2-9999.ebuild
+++ b/net-misc/wget2/wget2-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
 	)
 	gpgme? (
 		app-crypt/gpgme:=
-		dev-libs/libassuan
+		dev-libs/libassuan:=
 		dev-libs/libgpg-error
 	)
 	http2? ( net-libs/nghttp2 )