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 EFDBC1382C5 for ; Wed, 10 Jun 2020 13:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B0B7E0897; Wed, 10 Jun 2020 13:42:04 +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 F2416E0897 for ; Wed, 10 Jun 2020 13:42:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89F5034F21B for ; Wed, 10 Jun 2020 13:42:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2CC19C for ; Wed, 10 Jun 2020 13:42:00 +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: <1591796504.d253e061f9490bbc628804b6f47d91bf8b479bee.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: d253e061f9490bbc628804b6f47d91bf8b479bee X-VCS-Branch: master Date: Wed, 10 Jun 2020 13:42:00 +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: 2cdf9c3c-9952-4241-bf5f-184515de1336 X-Archives-Hash: d622a2acea97234b34c79601f2d5ea88 commit: d253e061f9490bbc628804b6f47d91bf8b479bee Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 10 13:41:44 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 10 13:41:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d253e061 media-sound/lilypond: fixed fontforge dependency use flag Closes: https://bugs.gentoo.org/727712 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/lilypond/lilypond-2.21.1.ebuild | 2 +- media-sound/lilypond/lilypond-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/lilypond/lilypond-2.21.1.ebuild b/media-sound/lilypond/lilypond-2.21.1.ebuild index cd59095a7dd..ffc80213cf1 100644 --- a/media-sound/lilypond/lilypond-2.21.1.ebuild +++ b/media-sound/lilypond/lilypond-2.21.1.ebuild @@ -51,7 +51,7 @@ DEPEND="${RDEPEND} app-text/t1utils dev-lang/perl dev-libs/kpathsea - media-gfx/fontforge[png] + media-gfx/fontforge[png,python] sys-devel/gettext" # Correct output data for tests isn't bundled with releases diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index bfc43d04764..eb38a121f49 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -51,7 +51,7 @@ DEPEND="${RDEPEND} app-text/t1utils dev-lang/perl dev-libs/kpathsea - media-gfx/fontforge[png] + media-gfx/fontforge[png,python] sys-devel/gettext" # Correct output data for tests isn't bundled with releases