Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython-test-exception-raiser/
Date: Thu, 27 Jan 2022 22:56:53
Message-Id: 1643324147.e2af0d534539aa193c34cddc75318fa4d077755b.chewi@gentoo
1 commit: e2af0d534539aa193c34cddc75318fa4d077755b
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 22:28:28 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 22:55:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2af0d53
7
8 dev-python/cython-test-exception-raiser: Keyword 1.0.2 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 .../cython-test-exception-raiser-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index ad11c7efe254..23ce641d259c 100644
17 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild
18 +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2021 Gentoo Authors
21 +# Copyright 2021-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,6 +16,6 @@ SRC_URI="
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
31
32 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"