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 98100158086 for ; Mon, 18 Oct 2021 20:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D992CE084A; Mon, 18 Oct 2021 20:03:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7360E084A for ; Mon, 18 Oct 2021 20:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C11434394E for ; Mon, 18 Oct 2021 20:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C66D89 for ; Mon, 18 Oct 2021 20:03:57 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1634587126.edc44b10a66cba9bedcabdba4537bf206f455c87.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/portage/stages/package.use/releng/ X-VCS-Repository: proj/releng X-VCS-Files: releases/portage/stages/package.use/releng/freetype X-VCS-Directories: releases/portage/stages/package.use/releng/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: edc44b10a66cba9bedcabdba4537bf206f455c87 X-VCS-Branch: master Date: Mon, 18 Oct 2021 20:03:57 +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: 781cc2a3-b03d-487e-8bb3-c806eae13b73 X-Archives-Hash: 7d47a1ccc7a37af98feaa2b462ab1bff commit: edc44b10a66cba9bedcabdba4537bf206f455c87 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Oct 18 19:58:46 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Oct 18 19:58:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=edc44b10 stages package.use: require freetype[harfbuzz] This is a nasty one. Experiment. For the desktop-profile stage3d ... 1) Normal stage[123] should not be affected since they do not contain freetype. 2) freetype[harfbuzz] is *NOT* enabled by default in the desktop profile (so that people can build freetype), but it is *required* to actually emerge @world there (required in the whole deptree). 3) freetype[harfbuzz] has a circular dependency with harfbuzz. :( I assume that portage will be able to sort it out once we have a corresponding binary package available. Fingers crossed. Signed-off-by: Andreas K. Hüttel gentoo.org> releases/portage/stages/package.use/releng/freetype | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/portage/stages/package.use/releng/freetype b/releases/portage/stages/package.use/releng/freetype new file mode 100644 index 00000000..21cda26b --- /dev/null +++ b/releases/portage/stages/package.use/releng/freetype @@ -0,0 +1 @@ +media-libs/freetype harfbuzz