From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 33B3413829C for ; Fri, 10 Jun 2016 15:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB8251428D; Fri, 10 Jun 2016 15:32:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61BC014289 for ; Fri, 10 Jun 2016 15:32:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79825340C7B for ; Fri, 10 Jun 2016 15:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A4B2323 for ; Fri, 10 Jun 2016 15:32:52 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1465572648.8e0d0af5195762681f2b9ee81fdbb9b9ab4285b2.ago@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-20160331.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8e0d0af5195762681f2b9ee81fdbb9b9ab4285b2 X-VCS-Branch: master Date: Fri, 10 Jun 2016 15:32:52 +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-Archives-Salt: cc3ab1a3-501e-4097-a28a-98ebb9a7dca0 X-Archives-Hash: d0100d7effd376b55785c0c8966d848d commit: 8e0d0af5195762681f2b9ee81fdbb9b9ab4285b2 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jun 10 15:30:48 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jun 10 15:30:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0d0af5 sys-kernel/linux-firmware: amd64 stable wrt bug #584484 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-kernel/linux-firmware/linux-firmware-20160331.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild index 6791acb..7e06d3a 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20160331.ebuild @@ -9,10 +9,10 @@ if [[ ${PV} == 99999999* ]]; then inherit git-2 SRC_URI="" EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git" - KEYWORDS="alpha arm" + KEYWORDS="alpha amd64 arm" else SRC_URI="mirror://gentoo/${P}.tar.xz" - 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"