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 5C19C158086 for ; Sun, 24 Oct 2021 17:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BF78E0828; Sun, 24 Oct 2021 17:22:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 457AAE0828 for ; Sun, 24 Oct 2021 17:22:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CE7234378E for ; Sun, 24 Oct 2021 17:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1B5168 for ; Sun, 24 Oct 2021 17:22:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1635096065.27a6f3c57efd85294a4c6902781b8497fd62eb5d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-alias/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-alias/font-alias-1.0.4.ebuild X-VCS-Directories: media-fonts/font-alias/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 27a6f3c57efd85294a4c6902781b8497fd62eb5d X-VCS-Branch: master Date: Sun, 24 Oct 2021 17:22:09 +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: 6e92c922-ab92-43f9-b9cc-8cbd360c6aea X-Archives-Hash: a97eb98493dd925196afd4a4e997618b commit: 27a6f3c57efd85294a4c6902781b8497fd62eb5d Author: Mike Gilbert gentoo org> AuthorDate: Fri Oct 1 17:30:22 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 24 17:21:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a6f3c5 media-fonts/font-alias: pass --with-fontrootdir to configure Bug: https://bugs.gentoo.org/815520 Signed-off-by: Mike Gilbert gentoo.org> media-fonts/font-alias/font-alias-1.0.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-fonts/font-alias/font-alias-1.0.4.ebuild b/media-fonts/font-alias/font-alias-1.0.4.ebuild index 39335266b55..32c3a1c9fe7 100644 --- a/media-fonts/font-alias/font-alias-1.0.4.ebuild +++ b/media-fonts/font-alias/font-alias-1.0.4.ebuild @@ -10,3 +10,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 BDEPEND="x11-apps/mkfontscale >=media-fonts/font-util-1.1.1-r1" + +XORG_CONFIGURE_OPTIONS=( + # https://bugs.gentoo.org/815520 + --with-fontrootdir="${EPREFIX}"/usr/share/fonts +)