From b95c039040029f14ed5dbdf20afb112d1e83f950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 10 Feb 2024 12:54:59 +0100 Subject: [PATCH] dev-dotnet/coco: use dotnet-pkg_force-compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 5 +++-- 1 file 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 00b638623421e..503994a56dd3a 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