diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:55:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:58:38 +0100 |
commit | f2f084d3815b05e04c445834eaf15fc760827d8a (patch) | |
tree | a0bd65b411ba3d2af67c9080d81d370e56ebb21d /media-sound | |
parent | media-libs/mediastreamer: Fix MissingTestRestrict (diff) | |
download | gentoo-f2f084d3815b05e04c445834eaf15fc760827d8a.tar.gz gentoo-f2f084d3815b05e04c445834eaf15fc760827d8a.tar.bz2 gentoo-f2f084d3815b05e04c445834eaf15fc760827d8a.zip |
media-sound/ecasound: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ecasound/ecasound-2.9.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild index e9a6f5f90cf3..d7a884894e3c 100644 --- a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,7 @@ SLOT="1" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="alsa audiofile debug doc jack libsamplerate lv2 mikmod ncurses oil osc oss python ruby sndfile static-libs test" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( lv2 ) python? ( ${PYTHON_REQUIRED_USE} )" |