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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4CE41382C5 for ; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F74E0874; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11A9CE0874 for ; Thu, 17 Jun 2021 20:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46C1D33BEFE for ; Thu, 17 Jun 2021 20:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40617B4 for ; Thu, 17 Jun 2021 20:32:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1623961921.831dafc0dad933c2e6ba6d7a76d16faeb521da5b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzbget/nzbget-21.0-r1.ebuild net-nntp/nzbget/nzbget-21.1.ebuild X-VCS-Directories: net-nntp/nzbget/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 831dafc0dad933c2e6ba6d7a76d16faeb521da5b X-VCS-Branch: master Date: Thu, 17 Jun 2021 20:32:44 +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: d541b13a-c607-4310-8675-c8129f2d26e0 X-Archives-Hash: 3e76bcf0fceb76d581da00a3a982fe40 commit: 831dafc0dad933c2e6ba6d7a76d16faeb521da5b Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 17 20:10:34 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 17 20:32:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831dafc0 net-nntp/nzbget: Fix MissingUseDepDefault for dev-libs/openssl[bindist] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> net-nntp/nzbget/nzbget-21.0-r1.ebuild | 2 +- net-nntp/nzbget/nzbget-21.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-nntp/nzbget/nzbget-21.0-r1.ebuild b/net-nntp/nzbget/nzbget-21.0-r1.ebuild index 62f7b5806f4..fa2ce407277 100644 --- a/net-nntp/nzbget/nzbget-21.0-r1.ebuild +++ b/net-nntp/nzbget/nzbget-21.0-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" net-libs/gnutls:= dev-libs/nettle:= ) - !gnutls? ( dev-libs/openssl:0=[-bindist] ) + !gnutls? ( dev-libs/openssl:0=[-bindist(-)] ) ) zlib? ( sys-libs/zlib:= )" RDEPEND=" diff --git a/net-nntp/nzbget/nzbget-21.1.ebuild b/net-nntp/nzbget/nzbget-21.1.ebuild index e1ccd0f9335..098766a689a 100644 --- a/net-nntp/nzbget/nzbget-21.1.ebuild +++ b/net-nntp/nzbget/nzbget-21.1.ebuild @@ -26,7 +26,7 @@ DEPEND=" net-libs/gnutls:= dev-libs/nettle:= ) - !gnutls? ( dev-libs/openssl:0=[-bindist] ) + !gnutls? ( dev-libs/openssl:0=[-bindist(-)] ) ) zlib? ( sys-libs/zlib:= )" RDEPEND="