mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-util/squashdelta: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
b381ceeac4
commit
5a72c38e65
@ -1,11 +1,13 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool"
|
||||
HOMEPAGE="https://github.com/projg2/squashdelta/"
|
||||
SRC_URI="https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2"
|
||||
SRC_URI="
|
||||
https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2
|
||||
"
|
||||
|
||||
# uses public-domain murmurhash3
|
||||
LICENSE="BSD public-domain"
|
||||
@ -15,12 +17,14 @@ IUSE="lz4 +lzo"
|
||||
# SquashDelta does not make much sense without a compression algo.
|
||||
REQUIRED_USE="|| ( lz4 lzo )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
DEPEND="
|
||||
lz4? ( app-arch/lz4:0= )
|
||||
lzo? ( dev-libs/lzo:2= )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
dev-util/xdelta:3"
|
||||
DEPEND=${COMMON_DEPEND}
|
||||
lzo? ( dev-libs/lzo:2= )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-util/xdelta:3
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user