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 6DDBD138334 for ; Thu, 22 Aug 2019 17:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98936E0848; Thu, 22 Aug 2019 17:19:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 78E51E0848 for ; Thu, 22 Aug 2019 17:19:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D83CA34A138 for ; Thu, 22 Aug 2019 17:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B6F622 for ; Thu, 22 Aug 2019 17:19:15 +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: <1566494321.e18563ff12edb07e3a3e563ff78b30a0043ff4b3.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-20190815.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: e18563ff12edb07e3a3e563ff78b30a0043ff4b3 X-VCS-Branch: master Date: Thu, 22 Aug 2019 17:19:15 +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: 82070e37-ca1c-4b2c-9372-5d6281251920 X-Archives-Hash: 8aa4b43ba2a452f1fc43e3e157778f1e commit: e18563ff12edb07e3a3e563ff78b30a0043ff4b3 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Aug 22 17:18:16 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Aug 22 17:18:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18563ff sys-kernel/linux-firmware: USE=initramfs requires USE=redistributable Closes: https://bugs.gentoo.org/692730 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> sys-kernel/linux-firmware/linux-firmware-20190815.ebuild | 2 ++ sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-kernel/linux-firmware/linux-firmware-20190815.ebuild b/sys-kernel/linux-firmware/linux-firmware-20190815.ebuild index 43b7793f2ab..f8d6a7cf003 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20190815.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20190815.ebuild @@ -25,6 +25,8 @@ IUSE="initramfs +redistributable savedconfig unknown-license" RESTRICT="binchecks strip unknown-license? ( bindist )" +REQUIRED_USE="initramfs? ( redistributable )" + BDEPEND="initramfs? ( app-arch/cpio )" #add anything else that collides to this diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index c32364b9d6a..7bc4d9624e2 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -25,6 +25,8 @@ IUSE="initramfs +redistributable savedconfig unknown-license" RESTRICT="binchecks strip unknown-license? ( bindist )" +REQUIRED_USE="initramfs? ( redistributable )" + BDEPEND="initramfs? ( app-arch/cpio )" #add anything else that collides to this