diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-26 13:16:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-26 13:16:11 +0200 |
commit | ec87657b79f6a82ca20e0ed4bd6673aa12662675 (patch) | |
tree | 65480e4d9908cb96c735723695ddbb283bc2d227 /dev-python/makefun | |
parent | dev-python/makefun: Keyword 1.13.1 ppc64, #833854 (diff) | |
download | gentoo-ec87657b79f6a82ca20e0ed4bd6673aa12662675.tar.gz gentoo-ec87657b79f6a82ca20e0ed4bd6673aa12662675.tar.bz2 gentoo-ec87657b79f6a82ca20e0ed4bd6673aa12662675.zip |
dev-python/makefun: Keyword 1.13.1 arm64, #833854
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/makefun')
-rw-r--r-- | dev-python/makefun/makefun-1.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/makefun/makefun-1.13.1.ebuild b/dev-python/makefun/makefun-1.13.1.ebuild index e979c9e5ed98..6cd6b05da214 100644 --- a/dev-python/makefun/makefun-1.13.1.ebuild +++ b/dev-python/makefun/makefun-1.13.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" |