From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 858B2139083 for ; Tue, 12 Dec 2017 13:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA25AE0FF7; Tue, 12 Dec 2017 13:48:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B65CAE0FF7 for ; Tue, 12 Dec 2017 13:48:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EDA333BF3C for ; Tue, 12 Dec 2017 13:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D6DAAE74 for ; Tue, 12 Dec 2017 13:48:40 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1513086490.499e066f689ef5c1e5dbbc3138acd0230a1141f5.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libskk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/libskk/libskk-1.0.1.ebuild app-i18n/libskk/libskk-1.0.2.ebuild X-VCS-Directories: app-i18n/libskk/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 499e066f689ef5c1e5dbbc3138acd0230a1141f5 X-VCS-Branch: master Date: Tue, 12 Dec 2017 13:48:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97840551-0845-489a-861f-6aba383c5b51 X-Archives-Hash: b2a8b0b71c8fa791b8e1d74a3cf3fb7a commit: 499e066f689ef5c1e5dbbc3138acd0230a1141f5 Author: Akinori Hattori gentoo org> AuthorDate: Tue Dec 12 13:47:40 2017 +0000 Commit: Akinori Hattori gentoo 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 }