From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1320080-garchives=archives.gentoo.org@lists.gentoo.org>
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 1ED01158092
	for <garchives@archives.gentoo.org>; Sat, 11 Sep 2021 08:19:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 68D60E086A;
	Sat, 11 Sep 2021 08:19:01 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 4C8F6E086A
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 08:19:01 +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 AE1DD3406C0
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 08:18:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 23B359B
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 08:18:58 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1631348285.5c16b07faad3dd4ee53d8c260c8707e42d29f187.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild
X-VCS-Directories: net-proxy/mitmproxy/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 5c16b07faad3dd4ee53d8c260c8707e42d29f187
X-VCS-Branch: master
Date: Sat, 11 Sep 2021 08:18:58 +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: a998571e-5fc7-43c8-ac45-423d4d9a507b
X-Archives-Hash: de3e515877007132955929919890255d

commit:     5c16b07faad3dd4ee53d8c260c8707e42d29f187
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 08:18:05 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 08:18:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c16b07f

net-proxy/mitmproxy: stabilize 7.0.2 for amd64

Closes: https://bugs.gentoo.org/812515
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild b/net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild
index 1fd919e9022..4007f6d62a8 100644
--- a/net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-7.0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
 	>=app-arch/brotli-1.0.0[python,${PYTHON_USEDEP}]