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 C8B0E138359 for ; Sun, 5 Jul 2020 09:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D538E0809; Sun, 5 Jul 2020 09:33:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0328BE0809 for ; Sun, 5 Jul 2020 09:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 926C234F026 for ; Sun, 5 Jul 2020 09:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C78821D for ; Sun, 5 Jul 2020 09:33:40 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1593941601.bd80db217c847c1b4c9d7bccc906610e66fb4b36.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-2.21.1.ebuild media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: bd80db217c847c1b4c9d7bccc906610e66fb4b36 X-VCS-Branch: master Date: Sun, 5 Jul 2020 09:33:40 +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: 12901058-9bc6-4047-adef-6563bb6e5597 X-Archives-Hash: 6084384f453d3675088367e9ff12985e commit: bd80db217c847c1b4c9d7bccc906610e66fb4b36 Author: Alexey Sokolov google com> AuthorDate: Fri Jul 3 11:07:26 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jul 5 09:33:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd80db21 media-sound/lilypond: fix sandbox violation Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://bugs.gentoo.org/692010 Closes: https://github.com/gentoo/gentoo/pull/16568 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/lilypond/lilypond-2.21.1.ebuild | 1 + media-sound/lilypond/lilypond-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-sound/lilypond/lilypond-2.21.1.ebuild b/media-sound/lilypond/lilypond-2.21.1.ebuild index ffc80213cf1..36707103792 100644 --- a/media-sound/lilypond/lilypond-2.21.1.ebuild +++ b/media-sound/lilypond/lilypond-2.21.1.ebuild @@ -105,6 +105,7 @@ src_configure() { $(use_enable debug debugging) $(use_enable profile profiling) ) + export VARTEXFONTS="${T}/fonts" # https://bugs.gentoo.org/692010 econf "${myeconfargs[@]}" } diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index eb38a121f49..fe972b46434 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -105,6 +105,7 @@ src_configure() { $(use_enable debug debugging) $(use_enable profile profiling) ) + export VARTEXFONTS="${T}/fonts" # https://bugs.gentoo.org/692010 econf "${myeconfargs[@]}" }