diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:20 +0100 |
commit | ff8c16d2d03f2b73cec3e941c57d770de05abc7e (patch) | |
tree | 681ad2d99d613a92ba98fa2a290c1ece865780e4 /www-client | |
parent | sci-physics/geant-vmc: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-ff8c16d2d03f2b73cec3e941c57d770de05abc7e.tar.gz gentoo-ff8c16d2d03f2b73cec3e941c57d770de05abc7e.tar.bz2 gentoo-ff8c16d2d03f2b73cec3e941c57d770de05abc7e.zip |
www-client/firefox: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-52.9.0.ebuild | 4 |
1 files 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 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} |