commit:     ad996fed1c81b4db4b2a07dda61451fc87c6713e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 11:52:05 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 16:24:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad996fed

dev-dotnet/fable: leave sln updating (project removal) to the eclass

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

 dev-dotnet/fable/fable-4.11.0.ebuild | 1 -
 dev-dotnet/fable/fable-4.9.0.ebuild  | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/fable/fable-4.11.0.ebuild 
b/dev-dotnet/fable/fable-4.11.0.ebuild
index eaba2e59e7b4..c5f00295612d 100644
--- a/dev-dotnet/fable/fable-4.11.0.ebuild
+++ b/dev-dotnet/fable/fable-4.11.0.ebuild
@@ -347,5 +347,4 @@ src_prepare() {
        fi
 
        dotnet-pkg_src_prepare
-       edotnet sln ./Fable.sln remove "${DOTNET_PKG_BAD_PROJECTS[@]}"
 }

diff --git a/dev-dotnet/fable/fable-4.9.0.ebuild 
b/dev-dotnet/fable/fable-4.9.0.ebuild
index e564ab360793..6c01e8916011 100644
--- a/dev-dotnet/fable/fable-4.9.0.ebuild
+++ b/dev-dotnet/fable/fable-4.9.0.ebuild
@@ -294,7 +294,7 @@ CHECKREQS_DISK_BUILD="2G"
 DOTNET_PKG_PROJECTS=(
        src/Fable.Cli/Fable.Cli.fsproj
 )
-DOTNET_PKG_REMOVE_PROJECTS=(
+DOTNET_PKG_BAD_PROJECTS=(
        src/quicktest/QuickTest.fsproj
        tests/Js/Main/Fable.Tests.fsproj
 )
@@ -319,12 +319,11 @@ src_prepare() {
        rm Fable.Standalone.sln || die
 
        if use debug ; then
-               DOTNET_PKG_REMOVE_PROJECTS+=(
+               DOTNET_PKG_BAD_PROJECTS+=(
                        # Seems to hang but in reality it fails with USE=debug, 
bug #922684
                        tests/Python/Fable.Tests.Python.fsproj
                )
        fi
 
        dotnet-pkg_src_prepare
-       edotnet sln ./Fable.sln remove "${DOTNET_PKG_REMOVE_PROJECTS[@]}"
 }

Reply via email to