Skip to content

Commit

Permalink
app-i18n/ibus-chewing: fix VariableScope (EROOT)
Browse files Browse the repository at this point in the history
Let's use ${EPREFIX} for now as we're on EAPI 6.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 10, 2021
1 parent 3b16597 commit 1eab0d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand Down Expand Up @@ -43,7 +43,7 @@ src_configure() {
}

src_test() {
"${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
"${EPREFIX%/}/"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die

export GSETTINGS_BACKEND="memory"
export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"
Expand Down
4 changes: 2 additions & 2 deletions app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="6"
Expand Down Expand Up @@ -41,7 +41,7 @@ src_configure() {
}

src_test() {
"${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die
"${EPREFIX%/}/"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin || die

export GSETTINGS_BACKEND="memory"
export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"
Expand Down

0 comments on commit 1eab0d2

Please sign in to comment.