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 E3385138334 for ; Thu, 9 Aug 2018 02:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CD63E0908; Thu, 9 Aug 2018 02:00:18 +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 0853EE0900 for ; Thu, 9 Aug 2018 02:00:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E114233FE49 for ; Wed, 8 Aug 2018 19:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E6C39E for ; Wed, 8 Aug 2018 19:25:48 +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: <1533756293.95ac0fa06d8a07ce152d2a4508cdbab88184f789.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: 95ac0fa06d8a07ce152d2a4508cdbab88184f789 X-VCS-Branch: master Date: Wed, 8 Aug 2018 19:25:48 +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: 2158fd0a-938b-4d22-ad04-b8087866a126 X-Archives-Hash: 61990d8de460106064cb3eeeb3ae1760 commit: 95ac0fa06d8a07ce152d2a4508cdbab88184f789 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 8 19:13:16 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 8 19:24:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ac0fa0 Revert "x11-drivers/xf86-input-libinput: add --disable-selective-werror" This reverts commit 9d1ec23e9cac2d3ea525f4365579651af187dfab. 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 deletions(-) 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 401446b857d..b3ca6c70ccb 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,13 +44,6 @@ 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 401446b857d..b3ca6c70ccb 100644 --- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild @@ -44,13 +44,6 @@ src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf } -src_configure() { - local econfargs=( - --disable-selective-werror - ) - econf "${econfargs[@]}" -} - src_install() { default find "${D}" -name '*.la' -delete || die