diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-02-13 19:08:50 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-02-13 19:09:50 +0100 |
commit | 60865938cda96bb7850ec5e8241076ee478e12a2 (patch) | |
tree | 019efa6af1af601d82b2c6800ead1189152ac703 /media-sound/csound | |
parent | media-sound/csound: removed obsolete 6.15.0 (diff) | |
download | gentoo-60865938cda96bb7850ec5e8241076ee478e12a2.tar.gz gentoo-60865938cda96bb7850ec5e8241076ee478e12a2.tar.bz2 gentoo-60865938cda96bb7850ec5e8241076ee478e12a2.zip |
media-sound/csound: fixed required use flag
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Closes: https://bugs.gentoo.org/762400
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/csound')
-rw-r--r-- | media-sound/csound/csound-6.15.0-r100.ebuild | 1 | ||||
-rw-r--r-- | media-sound/csound/csound-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
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 ) |