From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1267482-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0DC31382C5 for <garchives@archives.gentoo.org>; Sun, 4 Apr 2021 22:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3457EE0823; Sun, 4 Apr 2021 22:17:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DDF6E0823 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 22:17:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4587633BEF8 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 22:17:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF03F4A5 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 22:17:47 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1617574651.2919b8d8c0eb9d321b98ffa8b3ace72265d12f34.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/spice-0.14.3-r1.ebuild app-emulation/spice/spice-9999.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 2919b8d8c0eb9d321b98ffa8b3ace72265d12f34 X-VCS-Branch: master Date: Sun, 4 Apr 2021 22:17:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c070a86-539a-46bf-ba7c-fae8f8ff0093 X-Archives-Hash: 567eefdc381bbb65a2ab8502d804ed75 commit: 2919b8d8c0eb9d321b98ffa8b3ace72265d12f34 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 22:16:38 2021 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 22:17:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2919b8d8 app-emulation/spice: add missing test restrict Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> app-emulation/spice/spice-0.14.3-r1.ebuild | 2 ++ app-emulation/spice/spice-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-emulation/spice/spice-0.14.3-r1.ebuild b/app-emulation/spice/spice-0.14.3-r1.ebuild index 1a6bb7e5ea3..e0f50554501 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 4b0c15f247e..30d2884e11c 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