mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-geosciences/grass: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/40777 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
81bf62a057
commit
a498977fe7
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user