diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-16 15:49:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-16 15:51:26 +0100 |
commit | 9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd (patch) | |
tree | 39295df4817dc955462bb0ab3a902f39d142636a /media-sound/denemo | |
parent | media-sound/lilypond: Drop duplicate DEPEND (diff) | |
download | gentoo-9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd.tar.gz gentoo-9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd.tar.bz2 gentoo-9a776f86bbc112c601bd48e9e0f4eceb12fbdbfd.zip |
media-sound/denemo: Fix MissingUseDepDefault
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/denemo')
-rw-r--r-- | media-sound/denemo/denemo-2.3.0.ebuild | 5 |
1 files 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 08918be3f6da..ef6ac2b9c88a 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 |