diff options
author | Sam James <sam@gentoo.org> | 2021-01-22 23:01:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 23:01:43 +0000 |
commit | 36d5c2d1f904d3e7fd6e549503ac89dc78185018 (patch) | |
tree | 06ba7ddaea4abbbf429e423fa1a50d86a5f917ba /net-proxy | |
parent | app-doc/doxygen: cleanup old (diff) | |
download | gentoo-36d5c2d1f904d3e7fd6e549503ac89dc78185018.tar.gz gentoo-36d5c2d1f904d3e7fd6e549503ac89dc78185018.tar.bz2 gentoo-36d5c2d1f904d3e7fd6e549503ac89dc78185018.zip |
net-proxy/mitmproxy: Keyword 6.0.1 arm64, #762688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/mitmproxy/mitmproxy-6.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/mitmproxy/mitmproxy-6.0.1.ebuild b/net-proxy/mitmproxy/mitmproxy-6.0.1.ebuild index 363549e67bf4..ec54ddf561d8 100644 --- a/net-proxy/mitmproxy/mitmproxy-6.0.1.ebuild +++ b/net-proxy/mitmproxy/mitmproxy-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mitmproxy/mitmproxy/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="libressl test" RDEPEND=" |