Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gio2/
Date: Mon, 02 Jul 2018 19:31:02
Message-Id: 1530558939.826b631456ad475f73c943c36d305f07b3f989bc.graaff@gentoo
1 commit: 826b631456ad475f73c943c36d305f07b3f989bc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 19:15:19 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 19:15:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826b6314
7
8 dev-ruby/ruby-gio2: fix dconf warnings during tests
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
16 index 3d47790a293..c208c579977 100644
17 --- a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
18 +++ b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -26,5 +26,5 @@ all_ruby_prepare() {
26 }
27
28 each_ruby_test() {
29 - dbus-launch ${RUBY} test/run-test.rb || die
30 + XDG_RUNTIME_DIR=${T} dbus-launch ${RUBY} test/run-test.rb || die
31 }