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 B373913829C for ; Wed, 8 Jun 2016 19:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7491419F; Wed, 8 Jun 2016 19:39:56 +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 AA53C1419F for ; Wed, 8 Jun 2016 19:39:55 +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 99E32340D11 for ; Wed, 8 Jun 2016 19:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 013F7342 for ; Wed, 8 Jun 2016 19:39:52 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1465414770.97b4203f75a0bd0caf4628d34d26a71674bef536.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 97b4203f75a0bd0caf4628d34d26a71674bef536 X-VCS-Branch: master Date: Wed, 8 Jun 2016 19:39: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: 944ec3fb-8afd-4dea-ac4c-761949c5769c X-Archives-Hash: 1cd3fcc0f472fa8f23affacfd4e95d5e commit: 97b4203f75a0bd0caf4628d34d26a71674bef536 Author: Markus Meier gentoo org> AuthorDate: Wed Jun 8 19:39:30 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jun 8 19:39:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b4203f sys-kernel/linux-firmware: arm stable, bug #584484 Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" 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 d621506..6791acb 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" + KEYWORDS="alpha 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"