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 8900E1382C5 for ; Thu, 20 May 2021 09:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D735FE088C; Thu, 20 May 2021 09:11:02 +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 BBF09E088C for ; Thu, 20 May 2021 09:11:02 +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 968BF340DA5 for ; Thu, 20 May 2021 09:11:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5B5A78E for ; Thu, 20 May 2021 09:10:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1621501849.0d11fde9946f4e8db9be95231f43914ab804967b.polynomial-c@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.5.9.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0d11fde9946f4e8db9be95231f43914ab804967b X-VCS-Branch: master Date: Thu, 20 May 2021 09:10:59 +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: 5e215de8-b04a-406c-853d-a0d06d8dde37 X-Archives-Hash: fda48a3953f4ca9a453188f5409d6ddb commit: 0d11fde9946f4e8db9be95231f43914ab804967b Author: Lars Wendler gentoo org> AuthorDate: Thu May 20 08:26:13 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 20 09:10:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d11fde9 sys-apps/fwupd: USE="synaptics" requires gnutls Closes: https://bugs.gentoo.org/790818 Signed-off-by: Lars Wendler gentoo.org> sys-apps/fwupd/fwupd-1.5.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/fwupd/fwupd-1.5.9.ebuild b/sys-apps/fwupd/fwupd-1.5.9.ebuild index e70909e361c..65bb1c747c5 100644 --- a/sys-apps/fwupd/fwupd-1.5.9.ebuild +++ b/sys-apps/fwupd/fwupd-1.5.9.ebuild @@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} ^^ ( elogind minimal systemd ) dell? ( uefi ) minimal? ( !introspection ) + synaptics? ( gnutls ) uefi? ( gnutls ) " RESTRICT="!test? ( test )"