commit:     b33dc1d28879f66ddd18cd64beaa04e4bc664c31
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 11 12:44:41 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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

Reply via email to