commit:     3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59
Author:     Gonçalo Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Aug 22 10:37:59 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug 22 10:43:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b7d9ebc

app-emulation/86BoxManagerX: fix src_unpack not fetch repo

Closes: https://bugs.gentoo.org/912769

Signed-off-by: Gonçalo Duarte <gonegrier.duarte <AT> gmail.com>

 app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild 
b/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild
index 873188466a..a25e9518c4 100644
--- a/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild
+++ b/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild
@@ -16,7 +16,7 @@ LICENSE="MIT"
 SLOT="0"
 
 src_unpack() {
-       git-r3_checkout
+       git-r3_src_unpack
        cd "${S}"
        dotnet publish 86BoxManager -r linux-x64
 }

Reply via email to