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 509AF138334 for ; Wed, 11 Dec 2019 16:04:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D371E0882; Wed, 11 Dec 2019 16:04:18 +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 7C119E082B for ; Wed, 11 Dec 2019 16:04:17 +0000 (UTC) Received: from localhost (pool-108-44-175-72.clppva.fios.verizon.net [108.44.175.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: bman) by smtp.gentoo.org (Postfix) with ESMTPSA id 9F28A34D92A; Wed, 11 Dec 2019 16:04:16 +0000 (UTC) Date: Wed, 11 Dec 2019 11:04:14 -0500 From: Aaron Bauman To: gentoo-dev@lists.gentoo.org Cc: haskell@gentoo.org, =?utf-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: Re: [gentoo-dev] [PATCH] haskell-cabal.eclass: Fix MissingTestRestrict Message-ID: <20191211160414.GA1074948@bubba.lan> References: <20191211095136.201200-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20191211095136.201200-1-mgorny@gentoo.org> X-Archives-Salt: 42609596-8ca5-4c1c-84a4-9e80eeb99614 X-Archives-Hash: 6d0dcf8dfc02b77baa57083adf8af3d9 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 11, 2019 at 10:51:36AM +0100, Micha=C5=82 G=C3=B3rny wrote: > This fixes 564 cases of MissingTestRestrict. According to md5-cache > inspection, no other changes in metadata occur. >=20 > Signed-off-by: Micha=C5=82 G=C3=B3rny > --- > eclass/haskell-cabal.eclass | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass > index 30b67bf7af94..2fc797e764cb 100644 > --- a/eclass/haskell-cabal.eclass > +++ b/eclass/haskell-cabal.eclass > @@ -1,4 +1,4 @@ > -# Copyright 1999-2018 Gentoo Authors > +# Copyright 1999-2019 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > =20 > # @ECLASS: haskell-cabal.eclass > @@ -137,6 +137,7 @@ fi > =20 > if [[ -n "${CABAL_TEST_SUITE}" ]]; then > IUSE=3D"${IUSE} test" > + RESTRICT+=3D" !test? ( test )" > fi > =20 > # returns the version of cabal currently in use. > --=20 > 2.24.0 >=20 >=20 Acked-by: Aaron Bauman --=20 Cheers, Aaron --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEDA48qNrrn8VVVcst4yp5f7HQy3AFAl3xE34ACgkQ4yp5f7HQ y3A0VQf+NRagsCUp/eA//J9XiEV6UwPZ7jikyI2tzQ7BOeFUKRwAP32W+8LB8Gks e95mi/28Gzrss3ecjx1wfDxWiVlMzdXQrQ9/Nj51P0oESDnfDAIKJcTrJF3hcb0q gJQt2NbVAI6O1QXUUAKyl4Suc9LTZgOloX3vZe/bJUozq/gulhyULuKdnUlGG+Cc zZdliAy0u/lD0a9Qho4lx9MEAK83pglFzg/WFYiG5Xu02b7KMe7iSU5IqIchN3WZ D5QW/ZjLD9Oe4U10u1iGLZTX/pfCWYGkXJ1gS8T91HgzZL7FqGKcHRW7CD2qiJy8 0WBjQfIQkVvGn7QK++CcIpzOj3GsfA== =vrJR -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp--