diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-23 18:57:00 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-23 18:57:00 +0200 |
commit | baac630cd83ed1e2bba176a4a5703df48f9787c7 (patch) | |
tree | 3f1bb8c893ad76da8a123aeda4296dac0a927aae /profiles | |
parent | dev-perl/TheSchwarz: Remove old. (diff) | |
download | gentoo-baac630cd83ed1e2bba176a4a5703df48f9787c7.tar.gz gentoo-baac630cd83ed1e2bba176a4a5703df48f9787c7.tar.bz2 gentoo-baac630cd83ed1e2bba176a4a5703df48f9787c7.zip |
profiles: add CC/CXX to info_vars
Github-PR: https://github.com/gentoo/gentoo/pull/31
Acked-by: Zac Medico <zmedico@gentoo.org>
Acked-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/info_vars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/info_vars b/profiles/info_vars index 2edbedb37fbe..d4566dbde0ab 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -3,6 +3,8 @@ ## portage as of 2.0.51-r5. They are sorted regardless of order here. ## ACCEPT_KEYWORDS +CC +CXX CFLAGS CBUILD CHOST |