diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-11 22:25:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-11 22:25:10 +0200 |
commit | 9c746633f2eaabccee9ba83108492cd2d1fe132a (patch) | |
tree | 89633422978a1294434639a70114dac0e9756931 /dev-python/svg-path | |
parent | dev-python/pycollada: Keyword 0.7.2 arm64, #833120 (diff) | |
download | gentoo-9c746633f2eaabccee9ba83108492cd2d1fe132a.tar.gz gentoo-9c746633f2eaabccee9ba83108492cd2d1fe132a.tar.bz2 gentoo-9c746633f2eaabccee9ba83108492cd2d1fe132a.zip |
dev-python/svg-path: Keyword 4.1 arm64, #833120
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/svg-path')
-rw-r--r-- | dev-python/svg-path/svg-path-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/svg-path/svg-path-4.1.ebuild b/dev-python/svg-path/svg-path-4.1.ebuild index a0106eaa7a87..bf8c673f74c1 100644 --- a/dev-python/svg-path/svg-path-4.1.ebuild +++ b/dev-python/svg-path/svg-path-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,6 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" distutils_enable_tests setup.py |