summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-07-02 22:06:53 +0200
committerDavid Seifert <soap@gentoo.org>2022-07-02 22:06:53 +0200
commit2ac57aacd291082c0d21a40b8b549f3bab5f22cd (patch)
tree5d0568935d2194f5fc2d37d0f62dbbc6f103b361 /app-arch/bsdsfv
parentapp-arch/alien: update EAPI 6 -> 8 (diff)
downloadgentoo-2ac57aacd291082c0d21a40b8b549f3bab5f22cd.tar.gz
gentoo-2ac57aacd291082c0d21a40b8b549f3bab5f22cd.tar.bz2
gentoo-2ac57aacd291082c0d21a40b8b549f3bab5f22cd.zip
app-arch/bsdsfv: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/bsdsfv')
-rw-r--r--app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild (renamed from app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild b/app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild
index 1882a32eea98..46fc7b2cee7b 100644
--- a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
+++ b/app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild
@@ -1,25 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="all-in-one SFV checksum utility"
HOMEPAGE="http://bsdsfv.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm ~hppa ~m68k ppc ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-S=${WORKDIR}/${PN}
PATCHES=( "${FILESDIR}"/${P}-64bit.patch )
src_compile() {
- emake STRIP=true CC="$(tc-getCC)"
+ emake STRIP=":" CC="$(tc-getCC)"
}
src_install() {