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-editors/pluma/
Date: Thu, 10 Jun 2021 22:21:27
Message-Id: 1623363317.3b16597ac4029398e6d8f46f5c442b8fcf0be1bf.sam@gentoo
1 commit: 3b16597ac4029398e6d8f46f5c442b8fcf0be1bf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 22:15:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 22:15:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b16597a
7
8 app-editors/pluma: 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-editors/pluma/pluma-1.24.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild
18 index 9add36a506c..a325cf16ed2 100644
19 --- a/app-editors/pluma/pluma-1.24.1.ebuild
20 +++ b/app-editors/pluma/pluma-1.24.1.ebuild
21 @@ -73,7 +73,7 @@ src_configure() {
22
23 src_test() {
24 # FIXME: This should be handled at eclass level.
25 - "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
26 + "${EPREFIX%/}/${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
27
28 unset DBUS_SESSION_BUS_ADDRESS