Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cython-test-exception-raiser/
Date: Thu, 29 Jul 2021 20:47:52
Message-Id: 1627591661.11b328a4a6a2505a300ebad1f1efd599a2ab643e.slyfox@gentoo
1 commit: 11b328a4a6a2505a300ebad1f1efd599a2ab643e
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jul 29 20:22:01 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 20:47:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b328a4
7
8 dev-python/cython-test-exception-raiser: mark 1.0.0 hppa, bug #783357
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 .../cython-test-exception-raiser-1.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
19 index 7b917c4f775..ad11c7efe25 100644
20 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
21 +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
22 @@ -16,6 +16,6 @@ SRC_URI="
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
28
29 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"