Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/
Date: Sat, 29 Jan 2022 15:20:20
Message-Id: 1643469528.57fa9afa0c21d48c99e86263b3af95bc33068a6c.dlan@gentoo
1 commit: 57fa9afa0c21d48c99e86263b3af95bc33068a6c
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Jan 28 00:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:18:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fa9afa
7
8 app-i18n/mozc: Use EAPI="8"
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-i18n/mozc/mozc-2.23.2815.102.ebuild | 2 +-
14 app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
18 index 07c327fea709..b859d8cf38a2 100644
19 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild
20 +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 2010-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="7"
26 +EAPI="8"
27 PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
30
31 diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
32 index 8e6ad82d5b17..8ac56d51c502 100644
33 --- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
34 +++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
35 @@ -1,7 +1,7 @@
36 # Copyright 2010-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI="7"
40 +EAPI="8"
41 PYTHON_COMPAT=( python3_{8..10} )
42
43 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
44 @@ -134,7 +134,7 @@ src_unpack() {
45
46 if use fcitx4; then
47 unpack fcitx-${PN}-${PV%%_p*}-${FCITX_MOZC_DATE}.tar.gz
48 - mv mozc-${FCITX_MOZC_GIT_REVISION} fcitx-${PN}
49 + mv mozc-${FCITX_MOZC_GIT_REVISION} fcitx-${PN} || die
50 fi
51 fi
52 }