From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-926147-garchives=archives.gentoo.org@lists.gentoo.org> 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 780BB139085 for <garchives@archives.gentoo.org>; Tue, 24 Jan 2017 13:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9957EE0E40; Tue, 24 Jan 2017 13:44:00 +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 74D1CE0E40 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 13:44:00 +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 7CBF0341130 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 13:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5CA42DB1 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 13:43:57 +0000 (UTC) From: "Agostino Sarubbo" <ago@gentoo.org> 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" <ago@gentoo.org> Message-ID: <1485265430.180445d1f32fbaefa23d25c13af944e19db0a26a.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-20161205.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 180445d1f32fbaefa23d25c13af944e19db0a26a X-VCS-Branch: master Date: Tue, 24 Jan 2017 13:43:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7e9df32-8ff0-410b-88d9-b5b1ff3f99ee X-Archives-Hash: 68eb7d1911a48eb993c17b827b058cc7 commit: 180445d1f32fbaefa23d25c13af944e19db0a26a Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 13:43:50 2017 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 13:43:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180445d1 sys-kernel/linux-firmware: alpha/arm/hppa stable, (ALLARCHES policy) wrt bug #606614 Package-Manager: portage-2.3.0 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> sys-kernel/linux-firmware/linux-firmware-20161205.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20161205.ebuild b/sys-kernel/linux-firmware/linux-firmware-20161205.ebuild index 3ee9223..6d48c71 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20161205.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20161205.ebuild @@ -9,11 +9,11 @@ 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="ppc64" + KEYWORDS="alpha arm hppa ppc64" else GIT_COMMIT="91ddce492dc0a6a718396e0c79101087134f622d" SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.xz -> ${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"