From f4012baf4e5527c1387e4724f29dad357c381e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 9 Jun 2020 22:06:56 +0200 Subject: [PATCH] dev-python/prometheus_client: Keyword 0.8.0 x86, #715136 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/prometheus_client/prometheus_client-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild index 582a4363066f3..173bdca64c555 100644 --- a/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.8.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/client_python-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]"