mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
This way the default can be overridden by in-ebuild use defaults. Bug: https://bugs.gentoo.org/849875 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
6 lines
247 B
Text
6 lines
247 B
Text
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# make sure toolchain has sane defaults <toolchain@gentoo.org>
|
|
# move cli and dri here from default/linux
|
|
USE="${USE} cli dri fortran openmp"
|