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 F1D441582EF for ; Thu, 27 Feb 2025 06:01:46 +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 D9ED23431B1 for ; Thu, 27 Feb 2025 06:01:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D9EA91102C9; Thu, 27 Feb 2025 06:01:42 +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 D1C831102C9 for ; Thu, 27 Feb 2025 06:01:42 +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 83F0F33D9AD for ; Thu, 27 Feb 2025 06:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E724B2731 for ; Thu, 27 Feb 2025 06:01:40 +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: <1740636084.a498977fe7b1595e1c38ceda6bb60a097845c8ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a498977fe7b1595e1c38ceda6bb60a097845c8ed X-VCS-Branch: master Date: Thu, 27 Feb 2025 06:01:40 +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: 177cf172-000b-4efa-9fd2-3b1d16d99914 X-Archives-Hash: 879583b327db5f5a80de01772b8e3508 commit: a498977fe7b1595e1c38ceda6bb60a097845c8ed Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Feb 26 22:57:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 27 06:01:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a498977f sci-geosciences/grass: sync live Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40777 Signed-off-by: Sam James gentoo.org> sci-geosciences/grass/grass-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 10a22120331e..d4fdfed71b0f 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -152,6 +152,7 @@ src_prepare() { # For testsuite, see https://bugs.gentoo.org/show_bug.cgi?id=500580#c3 local ati_cards mesa_cards nvidia_cards render_cards + local prev_shopt=$(shopt -p nullglob) shopt -s nullglob ati_cards=$(echo -n /dev/ati/card*) for card in "${ati_cards[@]}"; do @@ -170,6 +171,7 @@ src_prepare() { addpredict "${card}" done addpredict /dev/nvidiactl + ${prev_shopt} } src_configure() {