From 418c7a27b8202cebfa126d1189689fd2c1fcf897 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 2 Jul 2023 15:11:06 -0400 Subject: [PATCH] dev-python/parse: restore keywords for 1.19.1 Old parse_type tests fail with 1.19.1, while the newer one only passes with >=1.19.1. So can restore + use bounds. Signed-off-by: Ionen Wolkens --- dev-python/parse/parse-1.19.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild index c66e76fac653b..d985905c67a1b 100644 --- a/dev-python/parse/parse-1.19.1.ebuild +++ b/dev-python/parse/parse-1.19.1.ebuild @@ -13,7 +13,6 @@ SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz -> LICENSE="MIT" SLOT="0" -# unkeyworded for now, may break revdeps and needs more looking into -#KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" distutils_enable_tests unittest