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 CB019158020 for ; Wed, 9 Nov 2022 10:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED2FE0896; Wed, 9 Nov 2022 10:29:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90418E0896 for ; Wed, 9 Nov 2022 10:29:38 +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 54076340E2B for ; Wed, 9 Nov 2022 10:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 779A455B for ; Wed, 9 Nov 2022 10:29:35 +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: <1667989773.722877ea48fbd3e467a8ef066b9465689dbf91fb.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-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 722877ea48fbd3e467a8ef066b9465689dbf91fb X-VCS-Branch: master Date: Wed, 9 Nov 2022 10:29:35 +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: ac3da2b4-d37d-4f61-850e-f03f72e0dde8 X-Archives-Hash: 69d23de8da6344faa5dd67187ba3e2e4 commit: 722877ea48fbd3e467a8ef066b9465689dbf91fb Author: Miroslav Šulc gentoo org> AuthorDate: Wed Nov 9 10:29:24 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 9 10:29:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722877ea media-sound/lilypond: updated live Signed-off-by: Miroslav Šulc gentoo.org> media-sound/lilypond/lilypond-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 4690f0a0f45f..091fda002afa 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils @@ -75,7 +75,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die # remove bundled texinfo file (fixes bug #448560) - rm tex/texinfo.tex || die + rm Documentation/tex/texinfo.tex || die eautoreconf @@ -87,7 +87,6 @@ src_configure() { sed -i "s/AR=ar/AR=$(tc-getAR)/g" flower/GNUmakefile || die "Failed to fix ar command" local myeconfargs=( - --with-texgyre-dir=/usr/share/fonts/tex-gyre --disable-optimising --disable-pipe $(use_enable debug debugging)