From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C600A138335 for ; Thu, 12 Dec 2019 14:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10DE3E0864; Thu, 12 Dec 2019 14:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E55CBE0864 for ; Thu, 12 Dec 2019 14:58:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D79EF34D975 for ; Thu, 12 Dec 2019 14:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26188903 for ; Thu, 12 Dec 2019 14:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576162718.f2f084d3815b05e04c445834eaf15fc760827d8a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ecasound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ecasound/ecasound-2.9.1-r1.ebuild X-VCS-Directories: media-sound/ecasound/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2f084d3815b05e04c445834eaf15fc760827d8a X-VCS-Branch: master Date: Thu, 12 Dec 2019 14:58:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03ca5c51-c36b-4ced-a71d-eee2a950e920 X-Archives-Hash: 2f81236b84889109bca14faa3634eac3 commit: f2f084d3815b05e04c445834eaf15fc760827d8a Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 14:55:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 14:58:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f084d3 media-sound/ecasound: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> media-sound/ecasound/ecasound-2.9.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/ecasound/ecasound-2.9.1-r1.ebuild b/media-sound/ecasound/ecasound-2.9.1-r1.ebuild index e9a6f5f90cf..d7a884894e3 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} )"