From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D0CC138334 for ; Mon, 4 Feb 2019 04:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3AA8E08C4; Mon, 4 Feb 2019 04:32:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CF19E08C4 for ; Mon, 4 Feb 2019 04:32:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA31F335D5D for ; Mon, 4 Feb 2019 04:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46D9D4D3 for ; Mon, 4 Feb 2019 04:32:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1549254681.5328e870725abd97c896724199e2cf08b264d967.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5328e870725abd97c896724199e2cf08b264d967 X-VCS-Branch: master Date: Mon, 4 Feb 2019 04:32:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b35328b-71ae-4fbb-9dbc-d91fdb9698c7 X-Archives-Hash: 3972e9a65b73cadb6c4fb14fcf649292 commit: 5328e870725abd97c896724199e2cf08b264d967 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 4 04:31:21 2019 +0000 Commit: Matt Turner gentoo 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 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 (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 (15 May 2012) # Default target(s) for python-r1.eclass