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 E76DF59CAF for ; Tue, 5 Apr 2016 13:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4028021C008; Tue, 5 Apr 2016 13:12:33 +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 D327821C008 for ; Tue, 5 Apr 2016 13:12:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 98E50340B4D for ; Tue, 5 Apr 2016 13:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B07186 for ; Tue, 5 Apr 2016 13:12:25 +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: <1459861943.0d37b17091b15e0da8de731e55472b758e88bb71.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-20151207.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0d37b17091b15e0da8de731e55472b758e88bb71 X-VCS-Branch: master Date: Tue, 5 Apr 2016 13:12:25 +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: 1e01a506-d400-40ce-b0c5-5e944a0633cb X-Archives-Hash: ea14dc3d26009fe02d2406caee88474a commit: 0d37b17091b15e0da8de731e55472b758e88bb71 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 5 13:12:04 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 5 13:12:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d37b170 sys-kernel/linux-firmware: Stable for HPPA (bug #573130). Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches sys-kernel/linux-firmware/linux-firmware-20151207.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20151207.ebuild b/sys-kernel/linux-firmware/linux-firmware-20151207.ebuild index 872614e..953385a 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20151207.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20151207.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 amd64 arm ~hppa ia64 ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" 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"