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 F092115864F for ; Sat, 25 Mar 2023 02:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBB5E0876; Sat, 25 Mar 2023 02:20:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFC28E0876 for ; Sat, 25 Mar 2023 02:20:40 +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 BAC48341047 for ; Sat, 25 Mar 2023 02:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E763A937 for ; Sat, 25 Mar 2023 02:20:37 +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: <1679710831.4350d1484c0ab46f8f74f973438e47ec24e2c01b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-1.17.8.ebuild x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4350d1484c0ab46f8f74f973438e47ec24e2c01b X-VCS-Branch: master Date: Sat, 25 Mar 2023 02:20:37 +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: 765e7720-74b4-4768-a166-f442f6803a03 X-Archives-Hash: 810f4b38f4e803fdf84eeb193d364eb4 commit: 4350d1484c0ab46f8f74f973438e47ec24e2c01b Author: Matt Turner gentoo org> AuthorDate: Sat Mar 25 02:19:44 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 25 02:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4350d148 x11-libs/cairo: Disable building tests Even though tests are restricted, it's still possible to set USE=test and then configure will fail with missing dependencies. Closes: https://bugs.gentoo.org/902775 Signed-off-by: Matt Turner gentoo.org> x11-libs/cairo/cairo-1.17.8.ebuild | 6 +++--- x11-libs/cairo/cairo-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-libs/cairo/cairo-1.17.8.ebuild b/x11-libs/cairo/cairo-1.17.8.ebuild index a27acb5ec771..c32c5a8d50e5 100644 --- a/x11-libs/cairo/cairo-1.17.8.ebuild +++ b/x11-libs/cairo/cairo-1.17.8.ebuild @@ -18,8 +18,8 @@ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -IUSE="X aqua debug +glib gtk-doc test" -RESTRICT="!test? ( test ) test" # Requires poppler-glib, which isn't available in multilib +IUSE="X aqua debug +glib gtk-doc" +RESTRICT="test" # Test suite has many failures. Requires poppler-glib, which isn't available in multilib RDEPEND=" >=dev-libs/lzo-2.06-r1:2[${MULTILIB_USEDEP}] @@ -61,7 +61,7 @@ multilib_src_configure() { -Dxml=disabled -Dzlib=enabled - $(meson_feature test tests) + -Dtests=disabled -Dgtk2-utils=disabled diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 8057aa2f9d64..5ead761e1e7f 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -18,8 +18,8 @@ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="https://www.cairographics.org/ https://gitlab.freedesktop.org/cairo/cairo" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -IUSE="X aqua debug +glib gtk-doc test" -RESTRICT="!test? ( test ) test" # Requires poppler-glib, which isn't available in multilib +IUSE="X aqua debug +glib gtk-doc" +RESTRICT="test" # Test suite has many failures. Requires poppler-glib, which isn't available in multilib RDEPEND=" >=dev-libs/lzo-2.06-r1:2[${MULTILIB_USEDEP}] @@ -56,7 +56,7 @@ multilib_src_configure() { -Dxlib-xcb=disabled -Dzlib=enabled - $(meson_feature test tests) + -Dtests=disabled -Dgtk2-utils=disabled