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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C820115808B for ; Tue, 15 Mar 2022 21:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5D1E09D5; Tue, 15 Mar 2022 21:14:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7CCDE09D5 for ; Tue, 15 Mar 2022 21:14:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B80EF342B9E for ; Tue, 15 Mar 2022 21:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C1A385 for ; Tue, 15 Mar 2022 19:56:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1647374200.1ddc95af95940c65f28799843c513af6a4f1c49d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.20.5.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1ddc95af95940c65f28799843c513af6a4f1c49d X-VCS-Branch: master Date: Tue, 15 Mar 2022 19:56:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f160f98b-a67b-4c78-8148-36436ce000b1 X-Archives-Hash: 2365be47c0c1a66276f2a11892da3c3e commit: 1ddc95af95940c65f28799843c513af6a4f1c49d Author: Matt Turner gentoo org> AuthorDate: Tue Mar 15 19:30:45 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 15 19:56:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddc95af 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 gentoo.org> app-crypt/libsecret/libsecret-0.20.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }