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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B547715817D for ; Wed, 12 Jun 2024 05:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58617E2B35; Wed, 12 Jun 2024 05:14:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B229E2B35 for ; Wed, 12 Jun 2024 05:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AEDF335DC8 for ; Wed, 12 Jun 2024 05:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA041119 for ; Wed, 12 Jun 2024 05:14:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718169218.cf5a96351ce6cdd62eb39743a3e5aa81b7fbe0ef.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf5a96351ce6cdd62eb39743a3e5aa81b7fbe0ef X-VCS-Branch: master Date: Wed, 12 Jun 2024 05:14:39 +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: f7ee8a82-6ff5-43e9-85d0-ed6324633921 X-Archives-Hash: f20d013a56ad3db7d682f6341740ef4c commit: cf5a96351ce6cdd62eb39743a3e5aa81b7fbe0ef Author: Sam James gentoo org> AuthorDate: Wed Jun 12 05:13:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 12 05:13:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5a9635 profiles/base: drop internal-glib from BOOTSTRAP_USE This was (only) for FDO pkg-config which is long gone. Signed-off-by: Sam James 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 af0d2c30ceea..c70c5d198531 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -124,7 +124,7 @@ PYTHONDONTWRITEBYTECODE="1" # Mike Gilbert (2018-05-23) # sys-apps/baselayout-2.5 needs split-usr enabled. # dev-lang/python:3.13 and later needs gil enabled -BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12 gil" +BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12 gil" # Mike Gilbert (2012-05-15) # Default target(s) for python-r1.eclass