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 50693138334 for ; Fri, 27 Jul 2018 23:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8389E0826; Fri, 27 Jul 2018 23:18:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9DDA3E0826 for ; Fri, 27 Jul 2018 23:18:59 +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 D88A8335CD2 for ; Fri, 27 Jul 2018 23:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18D8E38D for ; Fri, 27 Jul 2018 23:18:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1532733525.9d1ec23e9cac2d3ea525f4365579651af187dfab.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild X-VCS-Directories: x11-drivers/xf86-input-libinput/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d1ec23e9cac2d3ea525f4365579651af187dfab X-VCS-Branch: master Date: Fri, 27 Jul 2018 23:18:56 +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: e3015f0c-c091-4bc4-be80-4221da0ab6e2 X-Archives-Hash: dbfbd8a5700fa3c7fee803818e2b8dca commit: 9d1ec23e9cac2d3ea525f4365579651af187dfab Author: Marty E. Plummer startmail com> AuthorDate: Sat Jul 21 00:43:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 27 23:18:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1ec23e x11-drivers/xf86-input-libinput: add --disable-selective-werror Package-Manager: Portage-2.3.43, Repoman-2.3.10 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild | 7 +++++++ x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild index b3ca6c70ccb..401446b857d 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild @@ -44,6 +44,13 @@ src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf } +src_configure() { + local econfargs=( + --disable-selective-werror + ) + econf "${econfargs[@]}" +} + src_install() { default find "${D}" -name '*.la' -delete || die diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild index b3ca6c70ccb..401446b857d 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild @@ -44,6 +44,13 @@ src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf } +src_configure() { + local econfargs=( + --disable-selective-werror + ) + econf "${econfargs[@]}" +} + src_install() { default find "${D}" -name '*.la' -delete || die