diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-12-12 22:47:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-12-12 22:48:10 +0900 |
commit | 499e066f689ef5c1e5dbbc3138acd0230a1141f5 (patch) | |
tree | b9da0114a4fd353c66f03545af84ff9849e413ec /app-i18n/libskk | |
parent | www-client/firefox: drop pgo build fix bug #640770 (diff) | |
download | gentoo-499e066f689ef5c1e5dbbc3138acd0230a1141f5.tar.gz gentoo-499e066f689ef5c1e5dbbc3138acd0230a1141f5.tar.bz2 gentoo-499e066f689ef5c1e5dbbc3138acd0230a1141f5.zip |
app-i18n/libskk: fix tests
Closes: https://bugs.gentoo.org/631896
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'app-i18n/libskk')
-rw-r--r-- | app-i18n/libskk/libskk-1.0.1.ebuild | 1 | ||||
-rw-r--r-- | app-i18n/libskk/libskk-1.0.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-i18n/libskk/libskk-1.0.1.ebuild b/app-i18n/libskk/libskk-1.0.1.ebuild index 77cf687debec..9dfbf773269b 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 976e49d5f069..c2a5d159fe18 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 } |