From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 613F3138331 for ; Mon, 12 Feb 2018 00:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF89E0DE8; Mon, 12 Feb 2018 00:43:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 705F2E0DE8 for ; Mon, 12 Feb 2018 00:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 622CD335C43 for ; Mon, 12 Feb 2018 00:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58401F3 for ; Mon, 12 Feb 2018 00:42:57 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1518396168.43e07df10c13de3a56d3356da669d6cd62ef354c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild X-VCS-Directories: sys-firmware/edk2-ovmf/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 43e07df10c13de3a56d3356da669d6cd62ef354c X-VCS-Branch: master Date: Mon, 12 Feb 2018 00:42:57 +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: 831f1cd9-44b6-4da5-a06e-d6a4962934de X-Archives-Hash: 25763e99fd43a80d98129ec62efd38eb commit: 43e07df10c13de3a56d3356da669d6cd62ef354c Author: Matthias Maier gentoo org> AuthorDate: Mon Feb 12 00:09:30 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Feb 12 00:42:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e07df1 sys-firmware/edk2-ovmf: stabilize for amd64 / x86 No changes that would require a new stabilization process. Simple internal ebuild maintenance. Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild b/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild index 5dc75dbd084..502a513b8bd 100644 --- a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild +++ b/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ else SRC_URI=" binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz ) !binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz )" - KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="+binary" REQUIRED_USE+=" !amd64? ( binary )