Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Wed, 07 Jul 2021 00:33:20
Message-Id: 1625617987.b4db85841e208da392bfc857805f0f5b4cb4640e.mattst88@gentoo
1 commit: b4db85841e208da392bfc857805f0f5b4cb4640e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 7 00:32:55 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 00:33:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4db8584
7
8 dev-util/catalyst: Keyword 3.0.20 s390, #795318
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-3.0.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/catalyst/catalyst-3.0.20.ebuild b/dev-util/catalyst/catalyst-3.0.20.ebuild
16 index a95863df1de..a674a9c53c8 100644
17 --- a/dev-util/catalyst/catalyst-3.0.20.ebuild
18 +++ b/dev-util/catalyst/catalyst-3.0.20.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_BRANCH="master"
21 else
22 SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 fi
26
27 PYTHON_COMPAT=( python3_{8,9} )