From 3073b2327671f59dc6f6ec422214c6c38501cfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20=C5=98=C3=ADha?= Date: Wed, 11 May 2022 01:45:19 +0200 Subject: [PATCH] dev-python/python-betterproto: removed keywords arm64 loong mips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antonín Říha --- dev-python/python-betterproto/python-betterproto-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-betterproto/python-betterproto-9999.ebuild b/dev-python/python-betterproto/python-betterproto-9999.ebuild index 30b9bb2cb8..83e12e19ee 100644 --- a/dev-python/python-betterproto/python-betterproto-9999.ebuild +++ b/dev-python/python-betterproto/python-betterproto-9999.ebuild @@ -17,7 +17,7 @@ else MY_PV="${PV/_beta/b}" S="${WORKDIR}/${PN}-${MY_PV}" SRC_URI="https://github.com/danielgtaylor/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~mips ~x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="MIT"