summaryrefslogtreecommitdiff
path: root/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-18 05:05:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-18 05:05:05 +0100
commit836586553c510ee2dd91e2ecd7676fe432c1f1a4 (patch)
tree38ac002e272f81097f4d65e1e8c94625d291f358 /dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
parent89553b6b47f66268074b385593005eacd7b65ccf (diff)
gentoo auto-resync : 18:09:2023 - 05:05:05
Diffstat (limited to 'dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild')
-rw-r--r--dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
index 5d308feb1dcf..b8d3a939f7d2 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-DOTNET_COMPAT=$(ver_cut 1-2)
+DOTNET_PKG_COMPAT=$(ver_cut 1-2)
NUGETS="
microsoft.aspnetcore.app.ref@3.1.10
microsoft.aspnetcore.app.runtime.linux-arm@${PV}
@@ -32,7 +32,7 @@ SRC_URI="${NUGET_URIS}"
S="${WORKDIR}"
LICENSE="MIT"
-SLOT="${DOTNET_COMPAT}/${PV}" # WARNING: Mixed NUGETS versions.
+SLOT="${DOTNET_PKG_COMPAT}/${PV}" # WARNING: Mixed NUGETS versions.
KEYWORDS="~amd64 ~arm ~arm64"
src_unpack() {