dev-libs/libfstrcmp: EAPI 8

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-06-20 03:21:35 +01:00
parent 3f4b2de7cb
commit 4472d0224e

View File

@@ -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=(