commit: c7252c12c12f6980c41d1c9199099f82966981d2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:52:48 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7252c12
dev-util/squashmerge: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/squashmerge/squashmerge-0.1.ebuild | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/dev-util/squashmerge/squashmerge-0.1.ebuild b/dev-util/squashmerge/squashmerge-0.1.ebuild index 59e401567eec..d5ee7fc9fd22 100644 --- a/dev-util/squashmerge/squashmerge-0.1.ebuild +++ b/dev-util/squashmerge/squashmerge-0.1.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="dev-util/squashdelta delta merge tool" HOMEPAGE="https://github.com/projg2/squashmerge/" -SRC_URI="https://github.com/projg2/${PN}/releases/download/v${PV}/${P}.tar.bz2" +SRC_URI=" + https://github.com/projg2/${PN}/releases/download/v${PV}/${P}.tar.bz2 +" LICENSE="BSD" SLOT="0" @@ -14,12 +16,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 +" DOCS=( FORMAT )
