diff options
author | Matthias Maier <tamiko@gentoo.org> | 2021-04-04 17:16:38 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2021-04-04 17:17:31 -0500 |
commit | 2919b8d8c0eb9d321b98ffa8b3ace72265d12f34 (patch) | |
tree | 30e925b46c834159c216d463fdc82794d05f2014 /app-emulation/spice/spice-9999.ebuild | |
parent | profiles/info_pkgs: print rust{,-bin} versions (diff) | |
download | gentoo-2919b8d8c0eb9d321b98ffa8b3ace72265d12f34.tar.gz gentoo-2919b8d8c0eb9d321b98ffa8b3ace72265d12f34.tar.bz2 gentoo-2919b8d8c0eb9d321b98ffa8b3ace72265d12f34.zip |
app-emulation/spice: add missing test restrict
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/spice/spice-9999.ebuild')
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 4b0c15f247e3..30d2884e11c3 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -16,6 +16,8 @@ SLOT="0" KEYWORDS="" IUSE="gstreamer libressl lz4 opus sasl smartcard static-libs test" +RESTRICT="!test? ( test )" + # the libspice-server only uses the headers of libcacard RDEPEND=" dev-lang/orc |