Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294368
Collapse All | Expand All

(-)lua-5.1.4-r2.ebuild (-2 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI="1"
5
EAPI="1"
6
6
7
inherit eutils portability versionator toolchain-funcs
7
inherit eutils multilib portability toolchain-funcs versionator
8
8
9
DESCRIPTION="A powerful light-weight programming language designed for extending applications"
9
DESCRIPTION="A powerful light-weight programming language designed for extending applications"
10
HOMEPAGE="http://www.lua.org/"
10
HOMEPAGE="http://www.lua.org/"
Lines 54-60 Link Here
54
	fi
54
	fi
55
55
56
	# We want packages to find our things...
56
	# We want packages to find our things...
57
	sed -i -e 's:/usr/local:/usr:' etc/lua.pc
57
	sed -i \
58
		-e 's:/usr/local:/usr:' \
59
		-e "s:lib/lua:$(get_libdir)/lua:" \
60
		etc/lua.pc
58
}
61
}
59
62
60
src_compile() {
63
src_compile() {

Return to bug 294368