diff options
author | Sam James <sam@gentoo.org> | 2021-03-05 18:39:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 18:39:04 +0000 |
commit | da3c8f3dfeccbb2228868c44737c995b575be2d5 (patch) | |
tree | 948b5aa0b1a90ac5f1f5bc6b76a9e40a172f08a0 /dev-python/rencode | |
parent | dev-python/moto: Keyword 2.0.1 arm64, #772341 (diff) | |
download | gentoo-da3c8f3dfeccbb2228868c44737c995b575be2d5.tar.gz gentoo-da3c8f3dfeccbb2228868c44737c995b575be2d5.tar.bz2 gentoo-da3c8f3dfeccbb2228868c44737c995b575be2d5.zip |
dev-python/rencode: Keyword 1.0.6 arm64, #774042
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/rencode')
-rw-r--r-- | dev-python/rencode/rencode-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rencode/rencode-1.0.6.ebuild b/dev-python/rencode/rencode-1.0.6.ebuild index 03525db2042e..a23f32664aa6 100644 --- a/dev-python/rencode/rencode-1.0.6.ebuild +++ b/dev-python/rencode/rencode-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/aresch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" |