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 E3E111382C5 for ; Mon, 15 Feb 2021 00:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC033E0A65; Mon, 15 Feb 2021 00:38:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A7EADE0A63 for ; Mon, 15 Feb 2021 00:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C52F4340DCD for ; Mon, 15 Feb 2021 00:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4B6532 for ; Mon, 15 Feb 2021 00:38:27 +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: <1613349503.ecf091f01926eef74ce59b904bbd3934ae0d841e.sam@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.0.45.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ecf091f01926eef74ce59b904bbd3934ae0d841e X-VCS-Branch: master Date: Mon, 15 Feb 2021 00:38:27 +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: d1561a78-5885-48df-92e1-2ae7ff571483 X-Archives-Hash: 7caf244a5610322e8b3cf726941406bc commit: ecf091f01926eef74ce59b904bbd3934ae0d841e Author: Sam James gentoo org> AuthorDate: Mon Feb 15 00:38:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 15 00:38:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf091f0 net-dns/dnscrypt-proxy: Stabilize 2.0.45 arm, #768372 Signed-off-by: Sam James gentoo.org> net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild index cdcfa14ad53..86f103a511c 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.45.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://${EGO_PN}.git" else SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ppc64 x86" + KEYWORDS="amd64 arm arm64 ppc64 x86" fi DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"