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 D835915800F for ; Fri, 20 Jan 2023 00:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22486E086D; Fri, 20 Jan 2023 00:05:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 003D6E086D for ; Fri, 20 Jan 2023 00:05:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5692340861 for ; Fri, 20 Jan 2023 00:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D8F9807 for ; Fri, 20 Jan 2023 00:05:00 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1674172608.5a6292c157f7e0e83b2e97615affb8313ee558e6.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/blueprint-compiler/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild X-VCS-Directories: dev-util/blueprint-compiler/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: 5a6292c157f7e0e83b2e97615affb8313ee558e6 X-VCS-Branch: dev Date: Fri, 20 Jan 2023 00:05:00 +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: d937e544-836a-4b51-ab8a-efd905f83ce8 X-Archives-Hash: 722627310dedcae5490448b4cc2646a3 commit: 5a6292c157f7e0e83b2e97615affb8313ee558e6 Author: Yuan Liao gmail com> AuthorDate: Thu Jan 19 23:56:48 2023 +0000 Commit: Yuan Liao gmail com> CommitDate: Thu Jan 19 23:56:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a6292c1 dev-util/blueprint-compiler: Update test execution for live ebuild An X environment is now required to run the tests. Reference: https://gitlab.gnome.org/jwestman/blueprint-compiler/-/commit/039d88ab45001cf799c421e58d4669a0596c4d29 Signed-off-by: Yuan Liao gmail.com> dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild index 24ee0bf14..ae884dac1 100644 --- a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild +++ b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit meson python-r1 +inherit meson python-r1 virtualx if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -57,7 +57,7 @@ src_compile() { } src_test() { - python_foreach_impl meson_src_test + virtx python_foreach_impl meson_src_test } src_install() {