From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1377573-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D8E515808B for <garchives@archives.gentoo.org>; Sat, 19 Mar 2022 22:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759ABE08C3; Sat, 19 Mar 2022 22:29:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55BBCE08C3 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:29:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B6E33431D6 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2212177 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 22:29:07 +0000 (UTC) From: "William Hubbs" <williamh@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, "William Hubbs" <williamh@gentoo.org> Message-ID: <1647728266.517351fff5902f8d2501cbabebe134535ace8355.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/cosign/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/cosign/cosign-1.6.0.ebuild X-VCS-Directories: app-containers/cosign/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 517351fff5902f8d2501cbabebe134535ace8355 X-VCS-Branch: master Date: Sat, 19 Mar 2022 22:29:07 +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: 89fcfa1b-466c-4412-8909-6e4c78b1fdd3 X-Archives-Hash: 3d0343b7e37568807f1bdfdf3627a8c6 commit: 517351fff5902f8d2501cbabebe134535ace8355 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Mar 19 22:15:26 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sat Mar 19 22:17:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517351ff app-containers/cosign: restrict tests in 1.6.0 Closes: https://bugs.gentoo.org/833021 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> app-containers/cosign/cosign-1.6.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-containers/cosign/cosign-1.6.0.ebuild b/app-containers/cosign/cosign-1.6.0.ebuild index ce97639ed60d..c80ec8ff7f8c 100644 --- a/app-containers/cosign/cosign-1.6.0.ebuild +++ b/app-containers/cosign/cosign-1.6.0.ebuild @@ -18,6 +18,8 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.0-fix-makefile.patch ) +RESTRICT="test" + src_compile() { emake \ GIT_HASH=${GIT_HASH}