diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 22:16:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 22:16:23 +0300 |
commit | 75326ad6f9e3a1e5622a3579ac7076587bd7035b (patch) | |
tree | 51236c33b9dc012abb752bda49e19b2561ff9c47 /app-portage | |
parent | app-emulation/uxn: Stabilize 0_p20230201 amd64, #903738 (diff) | |
download | gentoo-75326ad6f9e3a1e5622a3579ac7076587bd7035b.tar.gz gentoo-75326ad6f9e3a1e5622a3579ac7076587bd7035b.tar.bz2 gentoo-75326ad6f9e3a1e5622a3579ac7076587bd7035b.zip |
app-portage/elsw: Keyword 0.0.0-r1 arm64, #903741
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/elsw/elsw-0.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/elsw/elsw-0.0.0-r1.ebuild b/app-portage/elsw/elsw-0.0.0-r1.ebuild index 0510c6a791a6..1e0d5bf49807 100644 --- a/app-portage/elsw/elsw-0.0.0-r1.ebuild +++ b/app-portage/elsw/elsw-0.0.0-r1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git" else inherit pypi - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2+" |