diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-19 22:39:48 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-19 22:44:31 +0000 |
commit | 7e70ea217e662f127782d407e7143f5ae753e22f (patch) | |
tree | 065039c290c87ba749b67dd091327ddea98422ed /dev-python/jaraco-packaging | |
parent | dev-python/lark-parser: Keyword 0.11.3-r1 for ~m68k (diff) | |
download | gentoo-7e70ea217e662f127782d407e7143f5ae753e22f.tar.gz gentoo-7e70ea217e662f127782d407e7143f5ae753e22f.tar.bz2 gentoo-7e70ea217e662f127782d407e7143f5ae753e22f.zip |
dev-python/jaraco-packaging: Keyword 8.2.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-packaging')
-rw-r--r-- | dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild index 260aa5172c10..9e95d77977b9 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.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 @@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7}) |