commit: 5328e870725abd97c896724199e2cf08b264d967 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Feb 4 04:31:21 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Feb 4 04:31:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328e870
profiles/base: Add pkg-config to BOOTSTRAP_USE Closes: https://bugs.gentoo.org/509578 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 975c2a93890..c260c70f6a1 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -122,7 +122,7 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert <[email protected]> (23 May 2018) # sys-apps/baslayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7" +BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7" # Mike Gilbert <[email protected]> (15 May 2012) # Default target(s) for python-r1.eclass
