Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Mon, 04 Feb 2019 04:32:19
Message-Id: 1549254681.5328e870725abd97c896724199e2cf08b264d967.mattst88@gentoo
1 commit: 5328e870725abd97c896724199e2cf08b264d967
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 04:31:21 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 04:31:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5328e870
7
8 profiles/base: Add pkg-config to BOOTSTRAP_USE
9
10 Closes: https://bugs.gentoo.org/509578
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 profiles/base/make.defaults | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
17 index 975c2a93890..c260c70f6a1 100644
18 --- a/profiles/base/make.defaults
19 +++ b/profiles/base/make.defaults
20 @@ -122,7 +122,7 @@ PYTHONDONTWRITEBYTECODE="1"
21 # This MUST be kept in sync with the PYTHON_TARGETS below
22 # Mike Gilbert <floppym@g.o> (23 May 2018)
23 # sys-apps/baslayout-2.5 needs split-usr enabled.
24 -BOOTSTRAP_USE="cxx unicode internal-glib split-usr python_targets_python3_6 python_targets_python2_7"
25 +BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
26
27 # Mike Gilbert <floppym@g.o> (15 May 2012)
28 # Default target(s) for python-r1.eclass