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 EBC1B138334 for ; Sun, 19 May 2019 18:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ED39E0826; Sun, 19 May 2019 18:14:52 +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 E6089E0826 for ; Sun, 19 May 2019 18:14:51 +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 A6D01344AE5 for ; Sun, 19 May 2019 18:14:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B67D57F for ; Sun, 19 May 2019 18:14:49 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1558289686.a023c6ec867650c8622ab1d05b8b51bd06e8f3d2.zerochaos@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 X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: a023c6ec867650c8622ab1d05b8b51bd06e8f3d2 X-VCS-Branch: master Date: Sun, 19 May 2019 18:14:49 +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: a1a24131-98b9-44b6-9cb8-07e1bffd6cfe X-Archives-Hash: a2d754dbee90564631bb293f716857fe commit: a023c6ec867650c8622ab1d05b8b51bd06e8f3d2 Author: Rick Farina gentoo org> AuthorDate: Sun May 19 18:14:46 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun May 19 18:14:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a023c6ec sys-kernel/linux-firmware: stabilize new license structure approved by maintainer and license team Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Rick Farina gentoo.org> sys-kernel/linux-firmware/linux-firmware-20190514.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild b/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild index 1d485cb57d4..61b0590959b 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild @@ -6,12 +6,11 @@ inherit savedconfig if [[ ${PV} == 99999999* ]]; then inherit git-r3 - SRC_URI="" EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" else GIT_COMMIT="711d3297bac870af42088a467459a0634c1970ca" SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 mips ppc ppc64 s390 sh sparc x86" fi DESCRIPTION="Linux firmware files"