mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-lua/mpack: declare MY_PN after inheriting eclasses
Just in case. Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
EAPI=7
|
||||
|
||||
LUA_COMPAT=( lua5-{1..3} luajit )
|
||||
MY_PN="lib${PN}-lua"
|
||||
|
||||
inherit lua toolchain-funcs
|
||||
|
||||
MY_PN="lib${PN}-lua"
|
||||
|
||||
DESCRIPTION="Lua bindings for libmpack"
|
||||
HOMEPAGE="https://github.com/libmpack/libmpack/"
|
||||
SRC_URI="https://github.com/${MY_PN/-lua/}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="lib${PN}-lua"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
MY_PN="lib${PN}-lua"
|
||||
|
||||
DESCRIPTION="Lua bindings for libmpack"
|
||||
HOMEPAGE="https://github.com/libmpack/libmpack/"
|
||||
SRC_URI="https://github.com/${MY_PN/-lua/}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user