commit: ff8c16d2d03f2b73cec3e941c57d770de05abc7e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 15:33:42 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 16:35:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8c16d2
www-client/firefox: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-client/firefox/firefox-52.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-52.9.0.ebuild b/www-client/firefox/firefox-52.9.0.ebuild index 94198ad71c0..53c26593ce3 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}
