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 D67E7158013 for ; Tue, 5 Dec 2023 15:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CFCB2BC022; Tue, 5 Dec 2023 15:24:36 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E95752BC022 for ; Tue, 5 Dec 2023 15:24:35 +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 34F7833C84E for ; Tue, 5 Dec 2023 15:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDEBF1192 for ; Tue, 5 Dec 2023 15:24:33 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1701789862.b00be4ad4775fd0973c857e892513fe166172561.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/, profiles/arch/arm/, profiles/arch/powerpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.mask profiles/arch/powerpc/package.use.mask profiles/arch/powerpc/ppc64/64le/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ profiles/arch/arm/ profiles/arch/powerpc/ppc64/64le/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b00be4ad4775fd0973c857e892513fe166172561 X-VCS-Branch: master Date: Tue, 5 Dec 2023 15:24:33 +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: 4621dd92-521f-4c4a-a0b7-a1518fae8e30 X-Archives-Hash: 3f3dc9400f0aa2290b9158727bc1cb8f commit: b00be4ad4775fd0973c857e892513fe166172561 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 5 15:23:13 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 5 15:24:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00be4ad profiles/arch: >=sys-apps/fwupd-1.9.10[amdgpu] where not available Signed-off-by: Marek Szuba gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 9905e926f2da..538183ba8712 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2023-12-05) +# Needs USE=video_cards_amdgpu, currently masked on this arch +>=sys-apps/fwupd-1.9.10 amdgpu + # Leonardo Hernández Hernández (2023-11-15) # media-libs/shaderc in not keyworded media-video/ffmpeg shaderc diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index bb2cecd145a8..60532d62f976 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2023-12-05) +# Needs USE=video_cards_amdgpu, currently masked on all PowerPC +# arches except ppc64le +>=sys-apps/fwupd-1.9.10 amdgpu + # matoro (2023-11-25) # Casualty of dev-ruby/msgpack restriction to ruby32 # Remove this once ruby32 is unmasked in base diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index eadbc6ad9260..63451af07167 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2023-12-05) +# Needs USE=video_cards_amdgpu, which IS available on ppc64le. +>=sys-apps/fwupd-1.9.10 -amdgpu + # Craig Andrews (2023-03-09) # media-libs/libplacebo is keyworded here media-video/ffmpeg -libplacebo