diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-13 20:53:10 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-14 05:09:40 +0000 |
commit | 6dcc3c0a1834ceb92f8db8e09b5d38afd51adac4 (patch) | |
tree | 2dde4cc520f4c80965c443b6728c3756a448f09e /profiles/info_vars | |
parent | profiles: add clang, llvm to info_pkgs (diff) | |
download | gentoo-6dcc3c0a1834ceb92f8db8e09b5d38afd51adac4.tar.gz gentoo-6dcc3c0a1834ceb92f8db8e09b5d38afd51adac4.tar.bz2 gentoo-6dcc3c0a1834ceb92f8db8e09b5d38afd51adac4.zip |
profiles: info_vars add more variables, sorting
Bug: https://bugs.gentoo.org/722456
Closes: https://bugs.gentoo.org/780477
Closes: https://github.com/gentoo/gentoo/pull/20797
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/info_vars')
-rw-r--r-- | profiles/info_vars | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/profiles/info_vars b/profiles/info_vars index 051948c1e8ef..66dc4f91b9ec 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -1,4 +1,4 @@ -# Copyright 2004-2019 Gentoo Authors +# Copyright 2004-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ## @@ -7,35 +7,68 @@ ## ACCEPT_KEYWORDS ACCEPT_LICENSE +ADDR2LINE +AR +ARFLAGS +AS +ASFLAGS CC +CCLD CXX +CXXFILT CFLAGS CBUILD CHOST CONFIG_PROTECT CONFIG_PROTECT_MASK +CONFIG_SHELL +CPP CPPFLAGS CTARGET CXXFLAGS DISTDIR -FEATURES +ELFEDIT +FC FCFLAGS +FEATURES FFLAGS +F77FLAGS +GCOV GENTOO_MIRRORS +GPROF INSTALL_MASK LANG LC_ALL +LD LDFLAGS +LEX +LFLAGS +LIBTOOL LINGUAS +L10N +MAKE +MAKEFLAGS MAKEOPTS +NM +OBJCOPY +OBJDUMP PORTAGE_COMPRESS PORTAGE_COMPRESS_FLAGS PORTAGE_CONFIGROOT +PORTAGE_RSYNC_OPTS +PORTAGE_RSYNC_EXTRA_OPTS PORTAGE_TMPDIR PORTDIR PORTDIR_OVERLAY +RANLIB +READELF +RM RUSTFLAGS +SHELL +SIZE +STRINGS +STRIP SYNC USE -PORTAGE_RSYNC_OPTS -PORTAGE_RSYNC_EXTRA_OPTS +YACC +YFLAGS |