diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-02 21:15:19 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-02 21:15:39 +0200 |
commit | 826b631456ad475f73c943c36d305f07b3f989bc (patch) | |
tree | 5eff27676e43c8e4659c1f3e3c63d9e3791ae65d /dev-ruby/ruby-gio2 | |
parent | dev-util/gperf: stable on amd64, bug #656752 (diff) | |
download | gentoo-826b631456ad475f73c943c36d305f07b3f989bc.tar.gz gentoo-826b631456ad475f73c943c36d305f07b3f989bc.tar.bz2 gentoo-826b631456ad475f73c943c36d305f07b3f989bc.zip |
dev-ruby/ruby-gio2: fix dconf warnings during tests
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/ruby-gio2')
-rw-r--r-- | dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild index 3d47790a2933..c208c5799775 100644 --- a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild +++ b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,5 +26,5 @@ all_ruby_prepare() { } each_ruby_test() { - dbus-launch ${RUBY} test/run-test.rb || die + XDG_RUNTIME_DIR=${T} dbus-launch ${RUBY} test/run-test.rb || die } |