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 40E64138334 for ; Sun, 19 May 2019 18:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EB01E0844; Sun, 19 May 2019 18:26:27 +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 16976E0844 for ; Sun, 19 May 2019 18:26:27 +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 A3703344AE9 for ; Sun, 19 May 2019 18:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF86566 for ; Sun, 19 May 2019 18:26:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1558290376.41b31d38291439d0cb5eeb46458cbfe69659d20a.ulm@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-20190514.ebuild sys-kernel/linux-firmware/linux-firmware-99999999.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 41b31d38291439d0cb5eeb46458cbfe69659d20a X-VCS-Branch: master Date: Sun, 19 May 2019 18:26:23 +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: b6e8292c-5f1f-4926-abf6-34f73040e514 X-Archives-Hash: c15863a08120ad800e91409dde815b16 commit: 41b31d38291439d0cb5eeb46458cbfe69659d20a Author: Ulrich Müller gentoo org> AuthorDate: Sun May 19 18:25:53 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun May 19 18:26:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b31d38 sys-kernel/linux-firmware: Fix comment. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> sys-kernel/linux-firmware/linux-firmware-20190514.ebuild | 5 +++-- sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild b/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild index 61b0590959b..ed7bc463cb3 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild @@ -233,8 +233,9 @@ src_prepare() { fi if use !redistributable; then - # remove files _not_ in the free_software whitelist or unknown_license - # everything else is confirmed (or assumed) to be redistributable based on upstream acceptance policy + # remove files _not_ in the free_software or unknown_license lists + # everything else is confirmed (or assumed) to be redistributable + # based on upstream acceptance policy local file remove=() while IFS= read -d "" -r file; do has "${file#./}" "${free_software[@]}" "${unknown_license[@]}" \ diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild index 8261f71c57d..f9f30c6799a 100644 --- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild @@ -233,8 +233,9 @@ src_prepare() { fi if use !redistributable; then - # remove files _not_ in the free_software whitelist or unknown_license - # everything else is confirmed (or assumed) to be redistributable based on upstream acceptance policy + # remove files _not_ in the free_software or unknown_license lists + # everything else is confirmed (or assumed) to be redistributable + # based on upstream acceptance policy local file remove=() while IFS= read -d "" -r file; do has "${file#./}" "${free_software[@]}" "${unknown_license[@]}" \