diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 07:22:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 07:22:44 +0300 |
commit | 1bf30322c4d85f36fe6d0455b149b07bd7ce22c0 (patch) | |
tree | 08c1185cd481cfa3f18a497ad73711791e449734 /dev-python/pyhcl | |
parent | dev-python/responses: Keyword 0.22.0 arm, #876857 (diff) | |
download | gentoo-1bf30322c4d85f36fe6d0455b149b07bd7ce22c0.tar.gz gentoo-1bf30322c4d85f36fe6d0455b149b07bd7ce22c0.tar.bz2 gentoo-1bf30322c4d85f36fe6d0455b149b07bd7ce22c0.zip |
dev-python/pyhcl: Keyword 0.4.4 arm64, #873433
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyhcl')
-rw-r--r-- | dev-python/pyhcl/pyhcl-0.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyhcl/pyhcl-0.4.4.ebuild b/dev-python/pyhcl/pyhcl-0.4.4.ebuild index 62857bcba53e..2c0c5cdb3244 100644 --- a/dev-python/pyhcl/pyhcl-0.4.4.ebuild +++ b/dev-python/pyhcl/pyhcl-0.4.4.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=7 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/virtuald/pyhcl.git" else SRC_URI="https://github.com/virtuald/pyhcl/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="MPL-2.0" |