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 72EC158973 for ; Thu, 4 Feb 2016 10:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F9621C018; Thu, 4 Feb 2016 10:42:21 +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 67BBA21C018 for ; Thu, 4 Feb 2016 10:42:21 +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 08F94340AA7 for ; Thu, 4 Feb 2016 10:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703EF8E1 for ; Thu, 4 Feb 2016 10:42:18 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1454582534.3f139de1d38747c5c769112173ad3769ec7d8f2c.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3f139de1d38747c5c769112173ad3769ec7d8f2c X-VCS-Branch: master Date: Thu, 4 Feb 2016 10:42:18 +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: 37dbd79d-cb63-41ad-b86f-0d94740e5cd5 X-Archives-Hash: 0d8c098ad1f2476bd950a57e2cdf3836 commit: 3f139de1d38747c5c769112173ad3769ec7d8f2c Author: Tobias Klausmann gentoo org> AuthorDate: Thu Feb 4 10:41:52 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Feb 4 10:42:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f139de1 sys-kernel/linux-firmware: add alpha keyword Gentoo-Bug: 573130 Package-Manager: portage-2.2.27 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 72758de..eb915c5 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"