Сравнение love-11.4 с love-9999
| /usr/portage/games-engines/love/love-9999.ebuild 2025-07-29 16:22:14.276455103 +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) |