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 CE35D13835B for ; Sat, 24 Apr 2021 23:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1938BE085A; Sat, 24 Apr 2021 23:20:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 03568E085A for ; Sat, 24 Apr 2021 23:20:06 +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 E18293413E1 for ; Sat, 24 Apr 2021 23:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1160D736 for ; Sat, 24 Apr 2021 23:19:42 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619280002.bdf198f3d79536be5dd7071504daaa17c57d47dd.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-arcade/taisei/taisei-1.3.1-r1.ebuild games-arcade/taisei/taisei-9999.ebuild X-VCS-Directories: games-arcade/taisei/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: bdf198f3d79536be5dd7071504daaa17c57d47dd X-VCS-Branch: master Date: Sat, 24 Apr 2021 23:19:42 +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: 1245cabc-6483-486a-9768-8052bf1a1e69 X-Archives-Hash: 5074c693ae165907a6c10ff7368cb982 commit: bdf198f3d79536be5dd7071504daaa17c57d47dd Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Apr 24 16:00:02 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Apr 24 16:00:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdf198f3 games-arcade/taisei: Turn off LTO by default. Upstream has this enabled, but it is not supported by default on Gentoo and causes breakage in some configurations. Closes: https://bugs.gentoo.org/785373 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Oliver Freyermuth googlemail.com> games-arcade/taisei/taisei-1.3.1-r1.ebuild | 2 +- games-arcade/taisei/taisei-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/taisei/taisei-1.3.1-r1.ebuild b/games-arcade/taisei/taisei-1.3.1-r1.ebuild index 8ec848b13..94ff5f565 100644 --- a/games-arcade/taisei/taisei-1.3.1-r1.ebuild +++ b/games-arcade/taisei/taisei-1.3.1-r1.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/" LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain" SLOT="0" -IUSE="doc +lto zip" +IUSE="doc lto zip" DEPEND=" media-libs/freetype:2 diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild index a1029653d..5e41d40f0 100644 --- a/games-arcade/taisei/taisei-9999.ebuild +++ b/games-arcade/taisei/taisei-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/" LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain" SLOT="0" -IUSE="doc +lto zip" +IUSE="doc lto zip" DEPEND=" media-libs/freetype:2