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 71180138359 for ; Tue, 11 Aug 2020 18:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7CE8E07A5; Tue, 11 Aug 2020 18:50:38 +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 8E13AE07A5 for ; Tue, 11 Aug 2020 18:50:38 +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 0468A34F254 for ; Tue, 11 Aug 2020 18:50:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81D0A274 for ; Tue, 11 Aug 2020 18:50:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1597171794.c9541d647bc392b63b7776b389f287715de2cddf.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/projecteur/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/projecteur/projecteur-0.8.ebuild X-VCS-Directories: x11-misc/projecteur/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c9541d647bc392b63b7776b389f287715de2cddf X-VCS-Branch: master Date: Tue, 11 Aug 2020 18:50:06 +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: f2c537e0-148d-4c5a-acf8-cf2e2e83aebe X-Archives-Hash: 70e76a06e8735997bc5415334943d87f commit: c9541d647bc392b63b7776b389f287715de2cddf Author: Conrad Kostecki gentoo org> AuthorDate: Tue Aug 11 18:48:06 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Aug 11 18:49:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9541d64 x11-misc/projecteur: remove -Werror Closes: https://bugs.gentoo.org/736615 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/projecteur/projecteur-0.8.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/x11-misc/projecteur/projecteur-0.8.ebuild b/x11-misc/projecteur/projecteur-0.8.ebuild index d727e882f0f..f357f5a8b7c 100644 --- a/x11-misc/projecteur/projecteur-0.8.ebuild +++ b/x11-misc/projecteur/projecteur-0.8.ebuild @@ -34,6 +34,15 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" +src_prepare() { + default + + cmake_src_prepare + + # Don't treat all warnings as errors + sed -e '/add_compile_options/d' -i CMakeLists.txt || die +} + pkg_postinst() { udev_reload xdg_icon_cache_update