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 BC9FE1384B4 for ; Thu, 5 Nov 2015 11:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87E4021C007; Thu, 5 Nov 2015 11:20:18 +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 C620CE0839 for ; Thu, 5 Nov 2015 11:20:16 +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 102DF340751 for ; Thu, 5 Nov 2015 11:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06D5C20D0 for ; Thu, 5 Nov 2015 11:20:12 +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: <1446722336.0f8cb3ea3ea30604d0c07413cc3549babedc3c93.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-20150812.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0f8cb3ea3ea30604d0c07413cc3549babedc3c93 X-VCS-Branch: master Date: Thu, 5 Nov 2015 11:20:12 +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: f467a460-058d-4aa4-9159-0acc7e57fc91 X-Archives-Hash: cdc976e1bb888e9c4ebd527403faffa6 commit: 0f8cb3ea3ea30604d0c07413cc3549babedc3c93 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 5 11:18:56 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 5 11:18:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8cb3ea sys-kernel/linux-firmware: sparc stable wrt bug #564408 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc" 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 b8e08cf..d5fe8d1 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="hppa ppc ppc64 x86" + KEYWORDS="hppa 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"