commit: 5a72c38e65e0bbb4987288213aa53959a50eafe6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:52:06 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a72c38e
dev-util/squashdelta: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/squashdelta/squashdelta-0.1.2.ebuild | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-util/squashdelta/squashdelta-0.1.2.ebuild b/dev-util/squashdelta/squashdelta-0.1.2.ebuild index 5b2b0afe380c..29a21aa70b00 100644 --- a/dev-util/squashdelta/squashdelta-0.1.2.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.2.ebuild @@ -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=(
