Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-chewing/
Date: Thu, 10 Jun 2021 22:21:27
Message-Id: 1623363401.1eab0d29d136a1da30520f93c725ea9759d18fb7.sam@gentoo
1 commit: 1eab0d29d136a1da30520f93c725ea9759d18fb7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 22:16:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 22:16:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eab0d29
7
8 app-i18n/ibus-chewing: fix VariableScope (EROOT)
9
10 Let's use ${EPREFIX} for now as we're on EAPI 6.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild | 4 ++--
15 app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
19 index 6e551a4ca24..c1924f9c811 100644
20 --- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
21 +++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -43,7 +43,7 @@ src_configure() {
29 }
30
31 src_test() {
32 - "${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
33 + "${EPREFIX%/}/"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
34
35 export GSETTINGS_BACKEND="memory"
36 export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"
37
38 diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
39 index ea2e88eaa3f..94525afb3ed 100644
40 --- a/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
41 +++ b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="6"
48 @@ -41,7 +41,7 @@ src_configure() {
49 }
50
51 src_test() {
52 - "${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
53 + "${EPREFIX%/}/"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
54
55 export GSETTINGS_BACKEND="memory"
56 export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"