Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504876 | Differences between
and this patch

Collapse All | Expand All

(-)media-libs/libquvi/libquvi-0.9.4-r100.ebuild (-1 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
LUA_COMPAT=( lua5-1 )
6
LUA_COMPAT=( lua5-1 lua5-4 luajit )
7
LUA_REQ_USE="deprecated"
7
LUA_REQ_USE="deprecated"
8
8
9
inherit autotools lua-single
9
inherit autotools lua-single
Lines 41-46 Link Here
41
PATCHES=(
41
PATCHES=(
42
	"${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
42
	"${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
43
	"${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
43
	"${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
44
	"${FILESDIR}"/${PN}-0.9.4-luajit.patch
45
	"${FILESDIR}"/${PN}-0.9.4-luaL_setfuncs_ver.patch
44
)
46
)
45
47
46
src_prepare() {
48
src_prepare() {

Return to bug 504876