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 23082138351 for ; Sun, 16 Feb 2020 14:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4FBE0827; Sun, 16 Feb 2020 14:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A91B6E0827 for ; Sun, 16 Feb 2020 14:51:40 +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 7659C34E9B8 for ; Sun, 16 Feb 2020 14:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84ADA10D for ; Sun, 16 Feb 2020 14:51:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581864686.9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/denemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/denemo/denemo-2.3.0.ebuild X-VCS-Directories: media-sound/denemo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd X-VCS-Branch: master Date: Sun, 16 Feb 2020 14:51:37 +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: f2df842f-a243-4821-9406-8238b98214f5 X-Archives-Hash: 28bce280e0b05127ef6671bce2d1a7ba commit: 9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 16 14:49:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 14:51:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a776f86 media-sound/denemo: Fix MissingUseDepDefault Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/denemo/denemo-2.3.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/denemo/denemo-2.3.0.ebuild b/media-sound/denemo/denemo-2.3.0.ebuild index 08918be3f6d..ef6ac2b9c88 100644 --- a/media-sound/denemo/denemo-2.3.0.ebuild +++ b/media-sound/denemo/denemo-2.3.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools xdg DESCRIPTION="A music notation editor" @@ -23,7 +24,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libxml2:2 - >=dev-scheme/guile-2:12= + >=dev-scheme/guile-2:12=[guile2(+)] gnome-base/librsvg:2 media-libs/fontconfig:1.0 >=media-libs/libsmf-1.3