app-arch/libdeflate: 1.20, 9999 enable multilib

Bug: https://bugs.gentoo.org/930111
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37882
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Paul Zander 2024-07-31 16:14:23 +02:00 committed by Eli Schwartz
parent 626a7582c9
commit 7c38af27bf
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake-multilib
DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression"
HOMEPAGE="https://github.com/ebiggers/libdeflate"
@ -31,7 +31,7 @@ REQUIRED_USE="
"
DEPEND="
test? ( sys-libs/zlib )
test? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
"
PATCHES=(
@ -55,5 +55,5 @@ src_configure() {
-DLIBDEFLATE_BUILD_TESTS="$(usex test)"
)
cmake_src_configure
cmake-multilib_src_configure
}

View File

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake-multilib
DESCRIPTION="Heavily optimized DEFLATE/zlib/gzip (de)compression"
HOMEPAGE="https://github.com/ebiggers/libdeflate"
@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git"
else
SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
LICENSE="MIT"
@ -31,7 +31,7 @@ REQUIRED_USE="
"
DEPEND="
test? ( sys-libs/zlib )
test? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
"
PATCHES=(
@ -55,5 +55,5 @@ src_configure() {
-DLIBDEFLATE_BUILD_TESTS="$(usex test)"
)
cmake_src_configure
cmake-multilib_src_configure
}