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 93307138359 for ; Sat, 31 Oct 2020 21:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFF41E081A; Sat, 31 Oct 2020 21:18:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BABCFE081A for ; Sat, 31 Oct 2020 21:18:05 +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 CB9AB340B1F for ; Sat, 31 Oct 2020 21:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8631D373 for ; Sat, 31 Oct 2020 21:18:02 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1604179063.74f48ebe81b68817e4c25325472d19988cf00f38.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild sys-kernel/linux-firmware/linux-firmware-99999999.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 74f48ebe81b68817e4c25325472d19988cf00f38 X-VCS-Branch: master Date: Sat, 31 Oct 2020 21:18:02 +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: 07a89111-0f2e-4dcb-bac6-3fd9f038bff8 X-Archives-Hash: 65f303e6a9adefbb6b079388d293f4ae commit: 74f48ebe81b68817e4c25325472d19988cf00f38 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Oct 31 21:17:03 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Oct 31 21:17:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f48ebe sys-kernel/linux-firmware: RESTRICT=test Package has no tests. Tests are only for upstream to validate WHENCE file which will require working with git sources. Closes: https://bugs.gentoo.org/751889 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild | 2 +- sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild b/sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild index 63f85a38567..bc7bc76e3b0 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20201022-r2.ebuild @@ -32,7 +32,7 @@ SLOT="0" IUSE="initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" -RESTRICT="binchecks strip +RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )" diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index 63f85a38567..bc7bc76e3b0 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -32,7 +32,7 @@ SLOT="0" IUSE="initramfs +redistributable savedconfig unknown-license" REQUIRED_USE="initramfs? ( redistributable )" -RESTRICT="binchecks strip +RESTRICT="binchecks strip test unknown-license? ( bindist )" BDEPEND="initramfs? ( app-arch/cpio )"