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 ED92015800F for ; Fri, 3 Feb 2023 06:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA06FE07E1; Fri, 3 Feb 2023 06:08:33 +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 B9B4AE07E1 for ; Fri, 3 Feb 2023 06:08:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93086335DC5 for ; Fri, 3 Feb 2023 06:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CACCF75 for ; Fri, 3 Feb 2023 06:08:30 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1675404492.0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258 X-VCS-Branch: master Date: Fri, 3 Feb 2023 06:08:30 +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: 33b9ecc2-ccb3-43c2-9829-f8527c2043c6 X-Archives-Hash: f601e8a370eedfcea0df1247b3e88457 commit: 0cf329eaf89aeb2e686b9b8ddc5f009bb2e6a258 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 3 06:08:12 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 3 06:08:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf329ea net-dns/dnscrypt-proxy: add build dependency for < go 1.20 Bug: https://bugs.gentoo.org/892974 Signed-off-by: William Hubbs gentoo.org> net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild index e23b67946b8e..ac75f1b29dd9 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ RDEPEND=" acct-group/dnscrypt-proxy acct-user/dnscrypt-proxy " +BDEPEND="