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 E2EF71384B4 for ; Wed, 4 Nov 2015 15:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5747A21C057; Wed, 4 Nov 2015 15:17:47 +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 945F421C023 for ; Wed, 4 Nov 2015 15:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B223A34076D for ; Wed, 4 Nov 2015 15:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A114F2032 for ; Wed, 4 Nov 2015 15:17:42 +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: <1446650210.ec789ea26c40eb67b1e3d9821f4c30fe5d90b12c.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: ec789ea26c40eb67b1e3d9821f4c30fe5d90b12c X-VCS-Branch: master Date: Wed, 4 Nov 2015 15:17:42 +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: 0aabbf02-49e8-4081-a9d9-c10dbf1c0bae X-Archives-Hash: 3edaee4456ea9d68d2262d8bb8762c05 commit: ec789ea26c40eb67b1e3d9821f4c30fe5d90b12c Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 4 15:16:50 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 4 15:16:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec789ea2 sys-kernel/linux-firmware: ppc stable wrt bug #564408 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" 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 cfea282..b8e08cf 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 ppc64 x86" + KEYWORDS="hppa ppc ppc64 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"