From 60865938cda96bb7850ec5e8241076ee478e12a2 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sat, 13 Feb 2021 19:08:50 +0100 Subject: media-sound/csound: fixed required use flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.14, Repoman-3.0.2 Closes: https://bugs.gentoo.org/762400 Signed-off-by: Miroslav Šulc --- media-sound/csound/csound-6.15.0-r100.ebuild | 1 + media-sound/csound/csound-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'media-sound') diff --git a/media-sound/csound/csound-6.15.0-r100.ebuild b/media-sound/csound/csound-6.15.0-r100.ebuild index b25982383b31..99d7b30062ac 100644 --- a/media-sound/csound/csound-6.15.0-r100.ebuild +++ b/media-sound/csound/csound-6.15.0-r100.ebuild @@ -37,6 +37,7 @@ portaudio portmidi pulseaudio python samples static-libs stk test +threads +util vim-syntax websocket" REQUIRED_USE=" + alsa? ( threads ) linear? ( double-precision ) lua? ( ${LUA_REQUIRED_USE} cxx ) python? ( ${PYTHON_REQUIRED_USE} cxx ) diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 4eca61bfb21c..bb0ad26e45fb 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # As upstream (and we aswell) are not allowed to redistribute scansyn, @@ -37,6 +37,7 @@ portaudio portmidi pulseaudio python samples static-libs stk test +threads +util vim-syntax websocket" REQUIRED_USE=" + alsa? ( threads ) linear? ( double-precision ) lua? ( ${LUA_REQUIRED_USE} cxx ) python? ( ${PYTHON_REQUIRED_USE} cxx ) -- cgit v1.2.3-65-gdbad