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 6C800138335 for ; Fri, 13 Dec 2019 00:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DEBE0858; Fri, 13 Dec 2019 00:07:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D6BAFE0855 for ; Fri, 13 Dec 2019 00:07:24 +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 9D1B834D975 for ; Fri, 13 Dec 2019 00:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE33901 for ; Fri, 13 Dec 2019 00:07:21 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1576195463.0a17cc01c38e08cbaf933384a39556227a043044.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwupd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/fwupd/fwupd-1.2.11.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0a17cc01c38e08cbaf933384a39556227a043044 X-VCS-Branch: master Date: Fri, 13 Dec 2019 00:07:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdc46ce3-fd2a-43e4-9f53-1c9e6aa1fdbb X-Archives-Hash: f12cc78130dc20a848a21bd3d809c86d commit: 0a17cc01c38e08cbaf933384a39556227a043044 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 12 23:38:10 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Dec 13 00:04:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a17cc01 sys-apps/fwupd: x86 stable (bug #696002) Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/fwupd/fwupd-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.2.11.ebuild b/sys-apps/fwupd/fwupd-1.2.11.ebuild index 890023716a0..31f15d07c13 100644 --- a/sys-apps/fwupd/fwupd-1.2.11.ebuild +++ b/sys-apps/fwupd/fwupd-1.2.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="agent colorhug consolekit dell doc elogind +gpg +man nvme pkcs7 redfish systemd test thunderbolt uefi" RESTRICT="!test? ( test )"