[dev-games/StormLib] cmake-multilib now supports EAPI 6, use patches array
This commit is contained in:
parent
db099dd416
commit
6da296bef4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
EAPI="6"
|
EAPI="6"
|
||||||
|
|
||||||
inherit cmake-utils multilib-minimal
|
inherit cmake-multilib
|
||||||
|
|
||||||
DESCRIPTION="library to read and write MPQ archives"
|
DESCRIPTION="library to read and write MPQ archives"
|
||||||
HOMEPAGE="http://www.zezula.net/en/mpq/main.html"
|
HOMEPAGE="http://www.zezula.net/en/mpq/main.html"
|
||||||
@ -22,10 +22,9 @@ DEPEND="dev-libs/libtomcrypt[static-libs?,${MULTILIB_USEDEP}]
|
|||||||
app-arch/bzip2[static-libs?,${MULTILIB_USEDEP}]"
|
app-arch/bzip2[static-libs?,${MULTILIB_USEDEP}]"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
src_prepare() {
|
PATCHES=(
|
||||||
eapply "${FILESDIR}/${PN}-multilib.patch"
|
"${FILESDIR}"/${PN}-multilib.patch
|
||||||
default
|
)
|
||||||
}
|
|
||||||
|
|
||||||
multilib_src_configure() {
|
multilib_src_configure() {
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
Loading…
Reference in New Issue
Block a user