summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-03-15 12:30:45 -0700
committerMatt Turner <mattst88@gentoo.org>2022-03-15 12:56:40 -0700
commit1ddc95af95940c65f28799843c513af6a4f1c49d (patch)
tree877405afce1c815e6437aaa463b0f30039d23a49 /app-crypt
parentdev-util/its4: drop 1.1.1-r1 (diff)
downloadgentoo-1ddc95af95940c65f28799843c513af6a4f1c49d.tar.gz
gentoo-1ddc95af95940c65f28799843c513af6a4f1c49d.tar.bz2
gentoo-1ddc95af95940c65f28799843c513af6a4f1c49d.zip
app-crypt/libsecret: Run tests under dbus-run-session
As identified by eva@ in 2019. Apparently he never got back to his workstation. Closes: https://bugs.gentoo.org/662376 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libsecret/libsecret-0.20.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.5.ebuild b/app-crypt/libsecret/libsecret-0.20.5.ebuild
index 44d2f1cc8602..380e49642d41 100644
--- a/app-crypt/libsecret/libsecret-0.20.5.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.5.ebuild
@@ -83,5 +83,5 @@ multilib_src_configure() {
}
multilib_src_test() {
- virtx meson_src_test
+ virtx dbus-run-session meson test -C "${BUILD_DIR}"
}