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 943FB1396D9 for ; Wed, 11 Oct 2017 12:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC87DE0BEF; Wed, 11 Oct 2017 12:44:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 99182E0BEF for ; Wed, 11 Oct 2017 12:44:54 +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 532CF33BEC0 for ; Wed, 11 Oct 2017 12:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE5270B7 for ; Wed, 11 Oct 2017 12:44:51 +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: <1507725889.b33dc1d28879f66ddd18cd64beaa04e4bc664c31.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.0.0.ebuild X-VCS-Directories: sys-apps/fwupd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b33dc1d28879f66ddd18cd64beaa04e4bc664c31 X-VCS-Branch: master Date: Wed, 11 Oct 2017 12:44:51 +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: 799388fe-8fee-4840-972c-dcad78781378 X-Archives-Hash: 6059e6ffe2d3b999d2f4e4fa943a9e8a commit: b33dc1d28879f66ddd18cd64beaa04e4bc664c31 Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 11 12:44:41 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 11 12:44:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33dc1d2 sys-apps/fwupd: Trigger synaptics plugin by dell USE flag (bug #633952). Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-apps/fwupd/fwupd-1.0.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/fwupd/fwupd-1.0.0.ebuild b/sys-apps/fwupd/fwupd-1.0.0.ebuild index 41c904522da..6d4d3f01c65 100644 --- a/sys-apps/fwupd/fwupd-1.0.0.ebuild +++ b/sys-apps/fwupd/fwupd-1.0.0.ebuild @@ -16,7 +16,9 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="colorhug dell doc elf +man systemd test uefi uefi_labels" -REQUIRED_USE="uefi_labels? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE=" + uefi_labels? ( ${PYTHON_REQUIRED_USE} ) +" RDEPEND=" app-crypt/gpgme @@ -76,6 +78,7 @@ src_configure() { -Denable-doc="$(usex doc true false)" -Denable-man="$(usex man true false)" -Denable-libelf="$(usex elf true false)" + -Denable-synaptics="$(usex dell true false)" -Denable-systemd="$(usex systemd true false)" # requires libtbtfwu which is not packaged yet -Denable-thunderbolt=false