Diff libquvi-0.9.4-r100 with a libquvi-0.9.4-r101
/usr/portage/media-libs/libquvi/libquvi-0.9.4-r101.ebuild 2023-10-09 14:52:31.692368406 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
LUA_COMPAT=( lua5-1 ) |
|
7 |
LUA_REQ_USE="deprecated" |
|
6 |
LUA_COMPAT=( lua5-{1,4} luajit ) |
|
7 |
LUA_REQ_USE="deprecated(+)" |
|
8 | 8 | |
9 | 9 |
inherit autotools lua-single |
10 | 10 | |
... | ... | |
41 | 41 |
PATCHES=( |
42 | 42 |
"${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch |
43 | 43 |
"${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816 |
44 |
"${FILESDIR}"/${PN}-0.9.4-luajit.patch # 504876 |
|
45 |
"${FILESDIR}"/${PN}-0.9.4-luaL_setfuncs_ver.patch # 504876 |
|
44 | 46 |
) |
45 | 47 | |
46 | 48 |
src_prepare() { |