commit: 3db5d8f271ab3a920da5dffa7e216cf45d7952ce
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 17:22:07 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 17:22:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db5d8f2
dev-python/uri_template: Stabilize 1.2.0 arm64, #841062
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/uri_template/uri_template-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uri_template/uri_template-1.2.0.ebuild
b/dev-python/uri_template/uri_template-1.2.0.ebuild
index 9d1abf85e669..239733c82ccc 100644
--- a/dev-python/uri_template/uri_template-1.2.0.ebuild
+++ b/dev-python/uri_template/uri_template-1.2.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390
sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390
sparc ~x86"
python_test() {
"${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}."