diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 17:06:38 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-18 17:06:38 +0200 |
commit | 8d1b3fcdfcd932b0d57048f6963ac46553a4a349 (patch) | |
tree | 0c7ee7c02ca3d6da990778085da3a3ad9a49c1de /dev-lang | |
parent | mail-client/claws-mail: drop 3.18.0-r3, 4.1.1 (diff) | |
download | gentoo-8d1b3fcdfcd932b0d57048f6963ac46553a4a349.tar.gz gentoo-8d1b3fcdfcd932b0d57048f6963ac46553a4a349.tar.bz2 gentoo-8d1b3fcdfcd932b0d57048f6963ac46553a4a349.zip |
dev-lang/micropython: Keyword 1.17 arm64, #873238
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/micropython/micropython-1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/micropython/micropython-1.17.ebuild b/dev-lang/micropython/micropython-1.17.ebuild index ce87e6721415..352bc9cfea11 100644 --- a/dev-lang/micropython/micropython-1.17.ebuild +++ b/dev-lang/micropython/micropython-1.17.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 @@ -9,7 +9,7 @@ DESCRIPTION="Python implementation for microcontrollers" HOMEPAGE="https://github.com/micropython/micropython" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" LICENSE="MIT" SLOT="0" IUSE="test" |