Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/
Date: Tue, 27 Jul 2021 21:54:25
Message-Id: 1627422850.2bb6b45dd430d8d9433264d5a2e4015ed3a36b43.marecki@gentoo
1 commit: 2bb6b45dd430d8d9433264d5a2e4015ed3a36b43
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 27 21:46:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 27 21:54:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb6b45d
7
8 app-i18n/opencc: keyword 1.1.2 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-i18n/opencc/opencc-1.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/opencc/opencc-1.1.2.ebuild b/app-i18n/opencc/opencc-1.1.2.ebuild
16 index ce30cae06ee..936472477cd 100644
17 --- a/app-i18n/opencc/opencc-1.1.2.ebuild
18 +++ b/app-i18n/opencc/opencc-1.1.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="7"
23 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
24 +PYTHON_COMPAT=( python3_{8,9} )
25
26 inherit cmake python-any-r1
27
28 @@ -22,7 +22,7 @@ fi
29
30 LICENSE="Apache-2.0"
31 SLOT="0/1.1"
32 -KEYWORDS="~amd64 ~arm64 ~sparc ~x86"
33 +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86"
34 IUSE="doc test"
35 RESTRICT="!test? ( test )"