commit: 17be3812be010b94760e83d41912a886892ae216 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Jan 11 19:45:45 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jan 13 20:45:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17be3812
app-shells/smrsh: EAPI8 bump, fix bug #722438 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/722438 Closes: https://github.com/gentoo/gentoo/pull/34766 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-shells/smrsh/{smrsh-8.15.2.ebuild => smrsh-8.15.2-r1.ebuild} | 6 +++--- 1 file 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 similarity index 91% rename from app-shells/smrsh/smrsh-8.15.2.ebuild rename to 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() {
