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 51E7915808B for ; Sat, 2 Apr 2022 03:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E122E0844; Sat, 2 Apr 2022 03:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2347BE0837 for ; Sat, 2 Apr 2022 03:07:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E916F341884 for ; Sat, 2 Apr 2022 03:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31580361 for ; Sat, 2 Apr 2022 03:07:49 +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: <1648868855.c1d90c29867fe33c76c7d4705da7740b1522cc87.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.13.93.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1d90c29867fe33c76c7d4705da7740b1522cc87 X-VCS-Branch: master Date: Sat, 2 Apr 2022 03:07:49 +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: dc865fc3-b2ea-4348-aa53-7e4abfc6f57d X-Archives-Hash: 35bc1821e0b4d821558da94725e81bd4 commit: c1d90c29867fe33c76c7d4705da7740b1522cc87 Author: David Michael gmail com> AuthorDate: Thu Jul 1 19:23:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 2 03:07:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d90c29 media-libs/fontconfig: install the eselect module in BROOT This updates the dependencies to put eselect-fontconfig in both BDEPEND and RDEPEND to approximate IDEPEND as closely as possible. (Currently autotools.eclass is blocking EAPI 8 everywhere.) This allows using "eselect fontconfig" commands to configure $ROOT when installing a staging root. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21503 Signed-off-by: Sam James gentoo.org> media-libs/fontconfig/fontconfig-2.13.93.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/fontconfig/fontconfig-2.13.93.ebuild b/media-libs/fontconfig/fontconfig-2.13.93.ebuild index 72b70d969b41..a47819b7d743 100644 --- a/media-libs/fontconfig/fontconfig-2.13.93.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.93.ebuild @@ -41,8 +41,11 @@ RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] elibc_SunOS? ( sys-libs/libuuid ) virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" -PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig ) - virtual/ttf-fonts" +PDEPEND="virtual/ttf-fonts" +# Put the eselect module in BDEPEND until EAPI 8 is ready for IDEPEND, so that +# it is natively usable in BROOT to update ROOT when cross-compiling. +BDEPEND+=" !x86-winnt? ( app-eselect/eselect-fontconfig )" +RDEPEND+=" !x86-winnt? ( app-eselect/eselect-fontconfig )" PATCHES=( "${FILESDIR}"/${PN}-2.10.2-docbook.patch # 310157