From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 58B60138334 for ; Sun, 24 Nov 2019 03:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 853EEE078A; Sun, 24 Nov 2019 03:16:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9D346E078A for ; Sun, 24 Nov 2019 03:16:48 +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 59E2F34D29D for ; Sun, 24 Nov 2019 03:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0995685C for ; Sun, 24 Nov 2019 03:16:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1574565367.1af9f21cda0328e7658780a7c5c532107d035c4f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/orc/orc-0.4.31.ebuild X-VCS-Directories: dev-lang/orc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1af9f21cda0328e7658780a7c5c532107d035c4f X-VCS-Branch: master Date: Sun, 24 Nov 2019 03:16:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f24fce3-319b-44cb-a68d-1501f7456b76 X-Archives-Hash: 8c21d18525c7af1c6275944ba28b7fd8 commit: 1af9f21cda0328e7658780a7c5c532107d035c4f Author: Matt Turner gentoo org> AuthorDate: Sun Nov 24 03:16:07 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 24 03:16:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af9f21c dev-lang/orc: Restrict tests if not USE=test Signed-off-by: Matt Turner gentoo.org> dev-lang/orc/orc-0.4.31.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/orc/orc-0.4.31.ebuild b/dev-lang/orc/orc-0.4.31.ebuild index d2815ec1a3b..80391fff7cf 100644 --- a/dev-lang/orc/orc-0.4.31.ebuild +++ b/dev-lang/orc/orc-0.4.31.ebuild @@ -12,6 +12,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="BSD BSD-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +RESTRICT="!test? ( test )" IUSE="static-libs test" DEPEND=""