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: Sun, 25 Apr 2021 10:06:15
Message-Id: 1619345168.6bba3c4808ccd69d1dbae47d01f4c37b9d171647.slyfox@gentoo
1 commit: 6bba3c4808ccd69d1dbae47d01f4c37b9d171647
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 10:05:58 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 10:06:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bba3c48
7
8 dev-python/cython-test-exception-raiser: keyworded 1.0.0 for ia64
9
10 keyworded wrt bug #773451
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ia64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 .../cython-test-exception-raiser-1.0.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 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
20 index 74d7623b6f8..9adea34f2f6 100644
21 --- a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
22 +++ b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
23 @@ -16,6 +16,6 @@ SRC_URI="
24
25 LICENSE="MIT"
26 SLOT="0"
27 -KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc ~x86"
28 +KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
29
30 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"