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

(-)lua-5.1.3-r4.ebuild (-2 / +1 lines)
Lines 4-10 Link Here
4
4
5
EAPI="1"
5
EAPI="1"
6
6
7
inherit eutils portability toolchain-funcs versionator
7
inherit eutils portability 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 74-80 Link Here
74
			LUA_LIBS="${mylibs}" \
74
			LUA_LIBS="${mylibs}" \
75
			LIB_LIBS="${liblibs}" \
75
			LIB_LIBS="${liblibs}" \
76
			V=${PV} \
76
			V=${PV} \
77
			CC=$(tc-getCXX) \
78
			gentoo_all || die "emake failed"
77
			gentoo_all || die "emake failed"
79
78
80
	mv lua_test ../test/lua.static
79
	mv lua_test ../test/lua.static

Return to bug 234622