From ff8c16d2d03f2b73cec3e941c57d770de05abc7e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 12 Dec 2019 16:33:42 +0100 Subject: www-client/firefox: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-client/firefox/firefox-52.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client') diff --git a/www-client/firefox/firefox-52.9.0.ebuild b/www-client/firefox/firefox-52.9.0.ebuild index 94198ad71c06..53c26593ce3a 100644 --- a/www-client/firefox/firefox-52.9.0.ebuild +++ b/www-client/firefox/firefox-52.9.0.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 @@ -40,7 +40,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack pgo rust selinux test" -RESTRICT="!bindist? ( bindist )" +RESTRICT="!bindist? ( bindist ) !test? ( test )" PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz ) SRC_URI="${SRC_URI} -- cgit v1.2.3-65-gdbad