summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-06-21 18:29:34 +0200
committerDavid Seifert <soap@gentoo.org>2022-06-21 18:29:34 +0200
commitd1ecfcb5aa2237c21d1061cef564435de98a283f (patch)
treebfff52566c79f4600ccd61ef20b3cff4dedc45db
parentdev-util/stressapptest: update EAPI 6 -> 8 (diff)
downloadgentoo-d1ecfcb5aa2237c21d1061cef564435de98a283f.tar.gz
gentoo-d1ecfcb5aa2237c21d1061cef564435de98a283f.tar.bz2
gentoo-d1ecfcb5aa2237c21d1061cef564435de98a283f.zip
dev-util/xdelta: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-util/xdelta/xdelta-3.0.11-r1.ebuild (renamed from dev-util/xdelta/xdelta-3.0.11.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild b/dev-util/xdelta/xdelta-3.0.11-r1.ebuild
index b54d5ac9aa8b..512f33a4faf7 100644
--- a/dev-util/xdelta/xdelta-3.0.11.ebuild
+++ b/dev-util/xdelta/xdelta-3.0.11-r1.ebuild
@@ -1,13 +1,14 @@
# Copyright 2002-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
MY_P=xdelta3-${PV}
DESCRIPTION="Computes changes between binary or text files and creates deltas"
HOMEPAGE="http://xdelta.org/"
SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="3"
@@ -17,11 +18,8 @@ IUSE="examples lzma"
RDEPEND="lzma? ( app-arch/xz-utils:= )"
DEPEND="${RDEPEND}"
-S=${WORKDIR}/${MY_P}
-
src_configure() {
- econf \
- $(use_with lzma liblzma)
+ econf $(use_with lzma liblzma)
}
src_compile() {