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 | |
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')
-rw-r--r-- | app-emulation/spice/spice-0.14.3-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/spice/spice-0.14.3-r1.ebuild b/app-emulation/spice/spice-0.14.3-r1.ebuild index 1a6bb7e5ea35..e0f50554501c 100644 --- a/app-emulation/spice/spice-0.14.3-r1.ebuild +++ b/app-emulation/spice/spice-0.14.3-r1.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="libressl lz4 sasl smartcard static-libs gstreamer test" +RESTRICT="!test? ( test )" + # the libspice-server only uses the headers of libcacard RDEPEND=" dev-lang/orc[static-libs(+)?] 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 |