From: Michał Górny Date: Thu, 12 Dec 2019 14:55:28 +0000 (+0100) Subject: media-sound/ecasound: Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2f084d3815b05e04c445834eaf15fc760827d8a;p=gentoo.git media-sound/ecasound: Fix MissingTestRestrict Signed-off-by: Michał Górny --- 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} )"