commit: 499e066f689ef5c1e5dbbc3138acd0230a1141f5 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 13:47:40 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Tue Dec 12 13:48:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499e066f
app-i18n/libskk: fix tests Closes: https://bugs.gentoo.org/631896 Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-i18n/libskk/libskk-1.0.1.ebuild | 1 + app-i18n/libskk/libskk-1.0.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-i18n/libskk/libskk-1.0.1.ebuild b/app-i18n/libskk/libskk-1.0.1.ebuild index 77cf687debe..9dfbf773269 100644 --- a/app-i18n/libskk/libskk-1.0.1.ebuild +++ b/app-i18n/libskk/libskk-1.0.1.ebuild @@ -38,6 +38,7 @@ src_configure() { } src_test() { + export GSETTINGS_BACKEND="memory" virtx emake check } diff --git a/app-i18n/libskk/libskk-1.0.2.ebuild b/app-i18n/libskk/libskk-1.0.2.ebuild index 976e49d5f06..c2a5d159fe1 100644 --- a/app-i18n/libskk/libskk-1.0.2.ebuild +++ b/app-i18n/libskk/libskk-1.0.2.ebuild @@ -38,6 +38,7 @@ src_configure() { } src_test() { + export GSETTINGS_BACKEND="memory" virtx emake check }
