commit: 6dcc3c0a1834ceb92f8db8e09b5d38afd51adac4 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu May 13 18:53:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 14 05:09:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcc3c0a
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 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/info_vars | 41 +++++++++++++++++++++++++++++++++++++---- 1 file 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
