Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
Date: Sat, 24 Apr 2021 16:00:09
Message-Id: 1619280002.bdf198f3d79536be5dd7071504daaa17c57d47dd.freyermuth@gentoo
1 commit: bdf198f3d79536be5dd7071504daaa17c57d47dd
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Apr 24 16:00:02 2021 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Sat Apr 24 16:00:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdf198f3
7
8 games-arcade/taisei: Turn off LTO by default.
9
10 Upstream has this enabled, but it is not supported
11 by default on Gentoo and causes breakage in some
12 configurations.
13
14 Closes: https://bugs.gentoo.org/785373
15 Package-Manager: Portage-3.0.17, Repoman-3.0.2
16 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
17
18 games-arcade/taisei/taisei-1.3.1-r1.ebuild | 2 +-
19 games-arcade/taisei/taisei-9999.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/games-arcade/taisei/taisei-1.3.1-r1.ebuild b/games-arcade/taisei/taisei-1.3.1-r1.ebuild
23 index 8ec848b13..94ff5f565 100644
24 --- a/games-arcade/taisei/taisei-1.3.1-r1.ebuild
25 +++ b/games-arcade/taisei/taisei-1.3.1-r1.ebuild
26 @@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/"
27 LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
28 SLOT="0"
29
30 -IUSE="doc +lto zip"
31 +IUSE="doc lto zip"
32
33 DEPEND="
34 media-libs/freetype:2
35
36 diff --git a/games-arcade/taisei/taisei-9999.ebuild b/games-arcade/taisei/taisei-9999.ebuild
37 index a1029653d..5e41d40f0 100644
38 --- a/games-arcade/taisei/taisei-9999.ebuild
39 +++ b/games-arcade/taisei/taisei-9999.ebuild
40 @@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/"
41 LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
42 SLOT="0"
43
44 -IUSE="doc +lto zip"
45 +IUSE="doc lto zip"
46
47 DEPEND="
48 media-libs/freetype:2