Diff love-11.4 with a love-9999
/usr/portage/games-engines/love/love-9999.ebuild 2023-10-09 14:52:31.092368390 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
LUA_COMPAT=( lua5-{1..4} luajit ) |
7 | 7 | |
8 |
inherit flag-o-matic lua-single xdg-utils |
|
8 |
inherit lua-single xdg-utils |
|
9 | 9 | |
10 | 10 |
if [[ ${PV} == 9999* ]]; then |
11 | 11 |
inherit git-r3 |
... | ... | |
47 | 47 |
} |
48 | 48 | |
49 | 49 |
src_configure() { |
50 |
# Bug #858719 |
|
51 |
append-flags -fno-strict-aliasing |
|
52 | ||
53 | 50 |
local myeconfargs=( |
54 | 51 |
$(use_enable gme) |
55 | 52 |
--with-lua=$(usex lua_single_target_luajit luajit lua) |