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 4B10D13888F for ; Sat, 31 Oct 2015 06:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F33BE0807; Sat, 31 Oct 2015 06:42:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 248E9E0807 for ; Sat, 31 Oct 2015 06:42:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 163D43409FE for ; Sat, 31 Oct 2015 06:42:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63AA1BD7 for ; Sat, 31 Oct 2015 06:42:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1446273735.263e7ece367dc30255f9862345756038211cfbec.jer@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-20150812.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 263e7ece367dc30255f9862345756038211cfbec X-VCS-Branch: master Date: Sat, 31 Oct 2015 06:42:32 +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: 6129c190-abdc-40f5-a7a6-006be99c4f4d X-Archives-Hash: 179fac74afaa6762efc7c3ac3e3df326 commit: 263e7ece367dc30255f9862345756038211cfbec Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 31 06:42:15 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 31 06:42:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e7ece sys-kernel/linux-firmware: Stable for HPPA PPC64 (bug #564408). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches sys-kernel/linux-firmware/linux-firmware-20150812.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20150812.ebuild b/sys-kernel/linux-firmware/linux-firmware-20150812.ebuild index 6df5cc0..8daf1bf 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20150812.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20150812.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="" + KEYWORDS="hppa ppc64" 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"