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 AC73C158094 for ; Sat, 8 Oct 2022 18:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6150E0837; Sat, 8 Oct 2022 18:55:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AA31E0837 for ; Sat, 8 Oct 2022 18:55:59 +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 83D4B33E6A7 for ; Sat, 8 Oct 2022 18:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E781607 for ; Sat, 8 Oct 2022 18:55:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665255255.9c6c19b5b643fc8e4a8136e020a19cac5a4bed03.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwloc/hwloc-1.11.13-r1.ebuild sys-apps/hwloc/hwloc-1.11.13.ebuild sys-apps/hwloc/hwloc-2.6.0-r1.ebuild sys-apps/hwloc/hwloc-2.6.0.ebuild sys-apps/hwloc/hwloc-2.8.0-r1.ebuild sys-apps/hwloc/hwloc-2.8.0.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c6c19b5b643fc8e4a8136e020a19cac5a4bed03 X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:55:57 +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: 0769187f-00d0-4ecc-af1c-585e511c485b X-Archives-Hash: 08c2db8ae609ea302ac85101fc2a81fe commit: 9c6c19b5b643fc8e4a8136e020a19cac5a4bed03 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:54:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:54:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6c19b5 sys-apps/hwloc: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875947 Signed-off-by: Sam James gentoo.org> sys-apps/hwloc/{hwloc-1.11.13.ebuild => hwloc-1.11.13-r1.ebuild} | 2 +- sys-apps/hwloc/{hwloc-2.6.0.ebuild => hwloc-2.6.0-r1.ebuild} | 2 +- sys-apps/hwloc/{hwloc-2.8.0.ebuild => hwloc-2.8.0-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13-r1.ebuild similarity index 96% rename from sys-apps/hwloc/hwloc-1.11.13.ebuild rename to sys-apps/hwloc/hwloc-1.11.13-r1.ebuild index 435ec3acffa0..fa0401fa01ac 100644 --- a/sys-apps/hwloc/hwloc-1.11.13.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.13-r1.ebuild @@ -22,7 +22,7 @@ IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X" # dev-util/nvidia-cuda-toolkit is always multilib RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) + cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) gl? ( x11-drivers/nvidia-drivers[static-libs,tools] ) pci? ( diff --git a/sys-apps/hwloc/hwloc-2.6.0.ebuild b/sys-apps/hwloc/hwloc-2.6.0-r1.ebuild similarity index 97% rename from sys-apps/hwloc/hwloc-2.6.0.ebuild rename to sys-apps/hwloc/hwloc-2.6.0-r1.ebuild index 8e0985a990dc..9fbd4c477c6c 100644 --- a/sys-apps/hwloc/hwloc-2.6.0.ebuild +++ b/sys-apps/hwloc/hwloc-2.6.0-r1.ebuild @@ -20,7 +20,7 @@ IUSE="cairo +cpuid cuda debug gl nvml +pci static-libs svg udev xml X" # Anyone with hardware is welcome to step up and help test to get it re-added. RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) + cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) gl? ( x11-drivers/nvidia-drivers[static-libs,tools] ) nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) diff --git a/sys-apps/hwloc/hwloc-2.8.0.ebuild b/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild similarity index 97% rename from sys-apps/hwloc/hwloc-2.8.0.ebuild rename to sys-apps/hwloc/hwloc-2.8.0-r1.ebuild index 88cb06eb1dfc..aaa0e78004e5 100644 --- a/sys-apps/hwloc/hwloc-2.8.0.ebuild +++ b/sys-apps/hwloc/hwloc-2.8.0-r1.ebuild @@ -19,7 +19,7 @@ IUSE="cairo +cpuid cuda debug nvml +pci static-libs svg udev xml X video_cards_n # anyone with hardware is welcome to step up and help test to get it re-added. # video-cards_nvidia: libXext/libX11 deps are only here, see HWLOC_GL_REQUIRES usage in config/hwloc.m4 RDEPEND=">=sys-libs/ncurses-5.9-r3:=[${MULTILIB_USEDEP}] - cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) + cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg(+)?,${MULTILIB_USEDEP}] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= ) nvml? ( x11-drivers/nvidia-drivers[${MULTILIB_USEDEP}] ) pci? (