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 EE58815808D for ; Sat, 23 Apr 2022 00:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE021E0848; Sat, 23 Apr 2022 00:38:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 55169E0848 for ; Sat, 23 Apr 2022 00:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D3FAD3419DF for ; Sat, 23 Apr 2022 00:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC7735A for ; Sat, 23 Apr 2022 00:38:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1650674305.5b119a9d64f4246116d40515dc162def25dc4b6a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.70.4.ebuild dev-libs/glib/glib-2.72.0.ebuild dev-libs/glib/glib-2.72.1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5b119a9d64f4246116d40515dc162def25dc4b6a X-VCS-Branch: master Date: Sat, 23 Apr 2022 00:38:47 +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: 709d6036-e740-4d45-8915-c19a3bfa0828 X-Archives-Hash: c5eec440fefe6e5f3b98a01a8d48467c commit: 5b119a9d64f4246116d40515dc162def25dc4b6a Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 23 00:38:25 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 23 00:38:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b119a9d dev-libs/glib: addpredict /usr/b for tests Closes: https://bugs.gentoo.org/839807 Signed-off-by: Mike Gilbert gentoo.org> dev-libs/glib/glib-2.70.4.ebuild | 4 ++++ dev-libs/glib/glib-2.72.0.ebuild | 4 ++++ dev-libs/glib/glib-2.72.1.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/dev-libs/glib/glib-2.70.4.ebuild b/dev-libs/glib/glib-2.70.4.ebuild index d275a6a9bfdf..472a2d6d4193 100644 --- a/dev-libs/glib/glib-2.70.4.ebuild +++ b/dev-libs/glib/glib-2.70.4.ebuild @@ -186,6 +186,10 @@ multilib_src_test() { unset GSETTINGS_BACKEND # bug #596380 python_setup + # https://bugs.gentoo.org/839807 + local -x SANDBOX_PREDICT=${SANDBOX_PREDICT} + addpredict /usr/b + # Related test is a bit nitpicking mkdir "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" chmod 0700 "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" diff --git a/dev-libs/glib/glib-2.72.0.ebuild b/dev-libs/glib/glib-2.72.0.ebuild index 49fab3db4863..3cd0a365897a 100644 --- a/dev-libs/glib/glib-2.72.0.ebuild +++ b/dev-libs/glib/glib-2.72.0.ebuild @@ -186,6 +186,10 @@ multilib_src_test() { unset GSETTINGS_BACKEND # bug #596380 python_setup + # https://bugs.gentoo.org/839807 + local -x SANDBOX_PREDICT=${SANDBOX_PREDICT} + addpredict /usr/b + # Related test is a bit nitpicking mkdir "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" chmod 0700 "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" diff --git a/dev-libs/glib/glib-2.72.1.ebuild b/dev-libs/glib/glib-2.72.1.ebuild index 49fab3db4863..3cd0a365897a 100644 --- a/dev-libs/glib/glib-2.72.1.ebuild +++ b/dev-libs/glib/glib-2.72.1.ebuild @@ -186,6 +186,10 @@ multilib_src_test() { unset GSETTINGS_BACKEND # bug #596380 python_setup + # https://bugs.gentoo.org/839807 + local -x SANDBOX_PREDICT=${SANDBOX_PREDICT} + addpredict /usr/b + # Related test is a bit nitpicking mkdir "$G_DBUS_COOKIE_SHA1_KEYRING_DIR" chmod 0700 "$G_DBUS_COOKIE_SHA1_KEYRING_DIR"