diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-10 12:54:59 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-10 17:24:46 +0100 |
commit | b95c039040029f14ed5dbdf20afb112d1e83f950 (patch) | |
tree | 4144a25655bb36ae8771ec969faadef1510fc044 /dev-dotnet | |
parent | dev-dotnet/fable: leave sln updating (project removal) to the eclass (diff) | |
download | gentoo-b95c039040029f14ed5dbdf20afb112d1e83f950.tar.gz gentoo-b95c039040029f14ed5dbdf20afb112d1e83f950.tar.bz2 gentoo-b95c039040029f14ed5dbdf20afb112d1e83f950.zip |
dev-dotnet/coco: use dotnet-pkg_force-compat
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild index 00b638623421..503994a56dd3 100644 --- a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild +++ b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,10 +25,11 @@ fi LICENSE="GPL-2+" SLOT="0" -DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) DOTNET_PKG_PROJECTS=( "${S}/Coco.csproj" ) PATCHES=( "${FILESDIR}/${P}-Coco-csproj.patch" ) +dotnet-pkg_force-compat + src_unpack() { dotnet-pkg_src_unpack |