From 4472d0224ebb3ce6344adae2179cf43d3c63311e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 20 Jun 2022 03:21:35 +0100 Subject: [PATCH] dev-libs/libfstrcmp: EAPI 8 Signed-off-by: Sam James --- dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild index 16fc118311c8f..5bed2e45b0fdb 100644 --- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="Make fuzzy comparisons of strings and byte arrays" HOMEPAGE="http://fstrcmp.sourceforge.net/" +SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-${PV}.D001.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/fstrcmp-${PV}.D001" LICENSE="GPL-3+" -IUSE="doc static-libs test" SLOT="0" +IUSE="doc static-libs test" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" -SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/fstrcmp-0.7.D001" -KEYWORDS="amd64 ~arm arm64 x86" - -DEPEND=" +BDEPEND=" sys-apps/groff doc? ( app-text/ghostscript-gpl ) test? ( app-text/ghostscript-gpl ) " + RESTRICT="!test? ( test )" PATCHES=(