From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F0631584AD for ; Fri, 11 Apr 2025 21:34:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C57D343867 for ; Fri, 11 Apr 2025 21:34:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 516D71104B0; Fri, 11 Apr 2025 21:34:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 40CE51104B0 for ; Fri, 11 Apr 2025 21:34:41 +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 DDCE2343863 for ; Fri, 11 Apr 2025 21:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407AA159F for ; Fri, 11 Apr 2025 21:34:39 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1744386768.0c0101fe38189189301f2f8faff2f1e883dd57fa.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/server-v3-23/portage/variants/meson-ci/package.use/, ... X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci X-VCS-Directories: builders/milou/server-23/portage/variants/meson-ci/package.use/ builders/milou/server-v3-23/portage/variants/meson-ci/package.use/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 0c0101fe38189189301f2f8faff2f1e883dd57fa X-VCS-Branch: master Date: Fri, 11 Apr 2025 21:34:39 +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: 11de5ef7-27df-4207-adbd-1391cb5a916d X-Archives-Hash: 1663a655a434335e200140dc70303a9f commit: 0c0101fe38189189301f2f8faff2f1e883dd57fa Author: Eli Schwartz gentoo org> AuthorDate: Fri Apr 11 15:52:48 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Apr 11 15:52:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=0c0101fe variants: meson-ci: fix required USE cascading to pycairo as well USE flag added in: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122aa20a42ec4b7aa7a64420ffbce4731f57ee0a Since we override cairo with X, we need to override pycairo too. Signed-off-by: Eli Schwartz gentoo.org> builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci | 1 + .../milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci | 1 + 2 files changed, 2 insertions(+) diff --git a/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci b/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci index 1cfe8c5..5f799ee 100644 --- a/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci +++ b/builders/milou/server-23/portage/variants/meson-ci/package.use/meson-ci @@ -7,5 +7,6 @@ sci-libs/hdf5 fortran sys-cluster/openmpi fortran # recursive +dev-python/pycairo X media-libs/libglvnd X x11-libs/cairo X diff --git a/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci b/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci index 1cfe8c5..5f799ee 100644 --- a/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci +++ b/builders/milou/server-v3-23/portage/variants/meson-ci/package.use/meson-ci @@ -7,5 +7,6 @@ sci-libs/hdf5 fortran sys-cluster/openmpi fortran # recursive +dev-python/pycairo X media-libs/libglvnd X x11-libs/cairo X