dev-util/electron: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-12 16:33:11 +01:00
parent ef8fdef48d
commit 70c4d8c70b

View File

@@ -81,7 +81,8 @@ KEYWORDS="~amd64"
IUSE="cups custom-cflags gconf gnome-keyring kerberos lto neon pic
+proprietary-codecs pulseaudio selinux +system-ffmpeg +system-libvpx
+system-ssl +tcmalloc"
RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )
!test? ( test )"
# Native Client binaries are compiled with different set of flags, bug #452066.
QA_FLAGS_IGNORED=".*\.nexe"