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 59EF8158086 for ; Fri, 3 Dec 2021 05:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2D4E0788; Fri, 3 Dec 2021 05:13:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E2D0E0788 for ; Fri, 3 Dec 2021 05:13:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 520F434058A for ; Fri, 3 Dec 2021 05:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADADD8E for ; Fri, 3 Dec 2021 05:13:07 +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: <1638508365.96158bff11f511f6c7d440d239a8897011ef657c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.7.2.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96158bff11f511f6c7d440d239a8897011ef657c X-VCS-Branch: master Date: Fri, 3 Dec 2021 05:13:07 +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: b1fccff1-49b4-404d-adfd-76be9e18cd9a X-Archives-Hash: 6996c9bd3ec7f287f8e9ee5c44a0dc1a commit: 96158bff11f511f6c7d440d239a8897011ef657c Author: Sam James gentoo org> AuthorDate: Fri Dec 3 05:12:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 3 05:12:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96158bff net-libs/gnutls: adapt for OpenSSL bindist changes OpenSSL no longer has a bindist flag. (Test only dependency so no revbump required really.) Bug: https://bugs.gentoo.org/762850 Signed-off-by: Sam James gentoo.org> net-libs/gnutls/gnutls-3.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gnutls/gnutls-3.7.2.ebuild b/net-libs/gnutls/gnutls-3.7.2.ebuild index 82de8ba5e7a9..5448b73bad2e 100644 --- a/net-libs/gnutls/gnutls-3.7.2.ebuild +++ b/net-libs/gnutls/gnutls-3.7.2.ebuild @@ -42,7 +42,7 @@ BDEPEND=">=virtual/pkgconfig-0-r1 test-full? ( app-crypt/dieharder >=app-misc/datefudge-1.22 - dev-libs/softhsm:2[-bindist] + dev-libs/softhsm:2[-bindist(-)] net-dialup/ppp net-misc/socat )"