commit: 4472d0224ebb3ce6344adae2179cf43d3c63311e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 20 02:21:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 20 02:21:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4472d022
dev-libs/libfstrcmp: EAPI 8 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 16fc118311c8..5bed2e45b0fd 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=(
