mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
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 <o.freyermuth@googlemail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user