[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"
|
||||
|
||||
inherit cmake-utils multilib-minimal
|
||||
inherit cmake-multilib
|
||||
|
||||
DESCRIPTION="library to read and write MPQ archives"
|
||||
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}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}/${PN}-multilib.patch"
|
||||
default
|
||||
}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-multilib.patch
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
|
Loading…
Reference in New Issue
Block a user