commit:     7b77fa6b65ae1f52fe41b3b5f15d93b86ff162dd
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  1 07:43:04 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Feb  1 08:24:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b77fa6b

media-sound/rhythmbox: fix unittests due to uninstalled schemas

Closes: https://bugs.gentoo.org/629672
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 media-sound/rhythmbox/rhythmbox-3.4.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild
index a16e6276e7a..951da542ba5 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.2.ebuild
@@ -114,7 +114,8 @@ src_configure() {
 
 src_test() {
        unset SESSION_MANAGER
-       virtx emake check CK_DEFAULT_TIMEOUT=60
+       "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+       GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check CK_DEFAULT_TIMEOUT=60
 }
 
 src_install() {

Reply via email to