Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/
Date: Tue, 12 Dec 2017 13:48:44
Message-Id: 1513086490.499e066f689ef5c1e5dbbc3138acd0230a1141f5.hattya@gentoo
1 commit: 499e066f689ef5c1e5dbbc3138acd0230a1141f5
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 13:47:40 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 13:48:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499e066f
7
8 app-i18n/libskk: fix tests
9
10 Closes: https://bugs.gentoo.org/631896
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 app-i18n/libskk/libskk-1.0.1.ebuild | 1 +
14 app-i18n/libskk/libskk-1.0.2.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-i18n/libskk/libskk-1.0.1.ebuild b/app-i18n/libskk/libskk-1.0.1.ebuild
18 index 77cf687debe..9dfbf773269 100644
19 --- a/app-i18n/libskk/libskk-1.0.1.ebuild
20 +++ b/app-i18n/libskk/libskk-1.0.1.ebuild
21 @@ -38,6 +38,7 @@ src_configure() {
22 }
23
24 src_test() {
25 + export GSETTINGS_BACKEND="memory"
26 virtx emake check
27 }
28
29
30 diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild
31 index 976e49d5f06..c2a5d159fe1 100644
32 --- a/app-i18n/libskk/libskk-1.0.2.ebuild
33 +++ b/app-i18n/libskk/libskk-1.0.2.ebuild
34 @@ -38,6 +38,7 @@ src_configure() {
35 }
36
37 src_test() {
38 + export GSETTINGS_BACKEND="memory"
39 virtx emake check
40 }