diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-27 22:28:28 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-27 22:55:47 +0000 |
commit | e2af0d534539aa193c34cddc75318fa4d077755b (patch) | |
tree | 802f3a98936a4a60c99cbd403c7d6cbeed66bac3 /dev-python/cython-test-exception-raiser | |
parent | dev-ml/bin_prot: 0.15.0 bump (diff) | |
download | gentoo-e2af0d534539aa193c34cddc75318fa4d077755b.tar.gz gentoo-e2af0d534539aa193c34cddc75318fa4d077755b.tar.bz2 gentoo-e2af0d534539aa193c34cddc75318fa4d077755b.zip |
dev-python/cython-test-exception-raiser: Keyword 1.0.2 for ~m68k
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/cython-test-exception-raiser')
-rw-r--r-- | dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild index ad11c7efe254..23ce641d259c 100644 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,6 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |