diff options
author | Sam James <sam@gentoo.org> | 2022-06-20 03:21:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-20 03:21:35 +0100 |
commit | 4472d0224ebb3ce6344adae2179cf43d3c63311e (patch) | |
tree | 2464dcd376e237ac5ac92beb07e8a35ae46d8fc4 | |
parent | dev-libs/libfstrcmp: Fix build with rlibtool (diff) | |
download | gentoo-4472d0224ebb3ce6344adae2179cf43d3c63311e.tar.gz gentoo-4472d0224ebb3ce6344adae2179cf43d3c63311e.tar.bz2 gentoo-4472d0224ebb3ce6344adae2179cf43d3c63311e.zip |
dev-libs/libfstrcmp: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libfstrcmp/libfstrcmp-0.7-r2.ebuild | 14 |
1 files 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=( |