aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonçalo Duarte <gonegrier.duarte@gmail.com>2023-08-22 11:37:59 +0100
committerGonçalo Duarte <gonegrier.duarte@gmail.com>2023-08-22 11:43:04 +0100
commit3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59 (patch)
tree94cd97fef494d2249717b28c071e5a1ec280463c /app-emulation
parentgames-action/classicube: add 9999 (diff)
downloadguru-3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59.tar.gz
guru-3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59.tar.bz2
guru-3b7d9ebc1c8944c2ff591312dcaad9064a8f1c59.zip
app-emulation/86BoxManagerX: fix src_unpack not fetch repo
Closes: https://bugs.gentoo.org/912769 Signed-off-by: Gonçalo Duarte <gonegrier.duarte@gmail.com>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild b/app-emulation/86BoxManagerX/86BoxManagerX-9999.ebuild
index 873188466..a25e9518c 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
}