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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 508CA158094 for ; Sun, 17 Jul 2022 15:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B046AE077C; Sun, 17 Jul 2022 15:39:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E2D8E077C for ; Sun, 17 Jul 2022 15:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6340B34100D for ; Sun, 17 Jul 2022 15:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3D0D326 for ; Sun, 17 Jul 2022 15:39:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658071744.bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/cdogs-sdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild X-VCS-Directories: games-arcade/cdogs-sdl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd X-VCS-Branch: master Date: Sun, 17 Jul 2022 15:39:41 +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: 5ef288b0-879c-45e6-8f68-0883bdef98ab X-Archives-Hash: 390057f6aef8d226e7fe6b01c7930d48 commit: bbdbb368e5e05d1d2b4a2a734753e7b87edbcacd Author: Sam James gentoo org> AuthorDate: Sun Jul 17 15:29:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 17 15:29:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdbb368 games-arcade/cdogs-sdl: filter LTO (type mismatch) Signed-off-by: Sam James gentoo.org> games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild b/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild index 70ed391a2e22..3abc29134e7f 100644 --- a/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild +++ b/games-arcade/cdogs-sdl/cdogs-sdl-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Classic overhead run-and-gun game" HOMEPAGE="https://cxong.github.io/cdogs-sdl/" @@ -25,6 +25,9 @@ PATCHES=( ) src_configure() { + # LTO warnings, bug #858527 + filter-lto + local mycmakeargs=( -DCDOGS_DATA_DIR="${EPREFIX}"/usr/share/${PN}/ -DBUILD_EDITOR=OFF