mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
626a7582c9
commit
7c38af27bf
@ -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
|
||||
}
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user