commit:     735fa9cf30b911363a9e63d8900bdd63e2e7ca01
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 22:36:16 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:37:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735fa9cf

dev-lang/boogie: add missing src_unpack to support git

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/boogie/boogie-3.0.4.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-lang/boogie/boogie-3.0.4.ebuild 
b/dev-lang/boogie/boogie-3.0.4.ebuild
index 99ebc26b59b9..4a65a8887995 100644
--- a/dev-lang/boogie/boogie-3.0.4.ebuild
+++ b/dev-lang/boogie/boogie-3.0.4.ebuild
@@ -238,6 +238,14 @@ pkg_setup() {
        dotnet-pkg_pkg_setup
 }
 
+src_unpack() {
+       dotnet-pkg_src_unpack
+
+       if [[ -n ${EGIT_REPO_URI} ]] ; then
+               git-r3_src_unpack
+       fi
+}
+
 src_prepare() {
        # Bump used .NET version: 6.0 -> 7.0
        sed -e "s|net6.0|net7.0|g" \

Reply via email to