summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-11 20:45:45 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-01-13 21:45:50 +0100
commit17be3812be010b94760e83d41912a886892ae216 (patch)
tree29638a4370ec8cf93338493e757f1ab6f1999a33 /app-shells
parentsys-firmware/vgabios: EAPI8, fix LICENSE, fix calling gcc directly (diff)
downloadgentoo-17be3812be010b94760e83d41912a886892ae216.tar.gz
gentoo-17be3812be010b94760e83d41912a886892ae216.tar.bz2
gentoo-17be3812be010b94760e83d41912a886892ae216.zip
app-shells/smrsh: EAPI8 bump, fix bug #722438
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/722438 Closes: https://github.com/gentoo/gentoo/pull/34766 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/smrsh/smrsh-8.15.2-r1.ebuild (renamed from app-shells/smrsh/smrsh-8.15.2.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/smrsh/smrsh-8.15.2.ebuild b/app-shells/smrsh/smrsh-8.15.2-r1.ebuild
index 369729b8d800..3288e11b0579 100644
--- a/app-shells/smrsh/smrsh-8.15.2.ebuild
+++ b/app-shells/smrsh/smrsh-8.15.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -35,7 +35,7 @@ src_prepare() {
src_compile() {
cd "${S}/${PN}" || die
- /bin/sh Build || die
+ /bin/sh Build AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" || die
}
src_install() {