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 E47B213835B for ; Wed, 23 Sep 2020 13:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7ED6E081A; Wed, 23 Sep 2020 13:06:12 +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 C31BFE081A for ; Wed, 23 Sep 2020 13:06:12 +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 1B564335DBB for ; Wed, 23 Sep 2020 13:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA1F357 for ; Wed, 23 Sep 2020 13:06:09 +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: <1600866360.315ff76d4f61bbb914bc603603d174fa80315e1a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.16.1.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 315ff76d4f61bbb914bc603603d174fa80315e1a X-VCS-Branch: master Date: Wed, 23 Sep 2020 13:06:09 +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: 67c26ef3-c30a-41c8-b96a-2cf8d3c7c97c X-Archives-Hash: 123479fee2eaa7342664d98982a08ea4 commit: 315ff76d4f61bbb914bc603603d174fa80315e1a Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 23 12:37:20 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 23 13:06:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315ff76d dev-libs/libinput: Don't use "-Werror" by default Closes: https://bugs.gentoo.org/744250 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libinput/libinput-1.16.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-libs/libinput/libinput-1.16.1.ebuild b/dev-libs/libinput/libinput-1.16.1.ebuild index 37db73f505f..9fba9ce31fe 100644 --- a/dev-libs/libinput/libinput-1.16.1.ebuild +++ b/dev-libs/libinput/libinput-1.16.1.ebuild @@ -52,6 +52,11 @@ pkg_setup() { use doc && python-any-r1_pkg_setup } +src_prepare() { + default + sed "s@, '-Werror'@@" -i meson.build || die #744250 +} + src_configure() { # gui can be built but will not be installed local emesonargs=(