diff options
author | 2023-12-17 16:26:48 +0100 | |
---|---|---|
committer | 2023-12-17 16:31:44 +0100 | |
commit | 67bd0dc0b5c2190071f935b25175c97bb1d009c2 (patch) | |
tree | e2838aa41f035a7f0b3bff38f4ee7e686b048130 /dev-dotnet/csharp-gentoodotnetinfo | |
parent | dev-ml/memtrace: remove leading whitespace (diff) | |
download | gentoo-67bd0dc0b5c2190071f935b25175c97bb1d009c2.tar.gz gentoo-67bd0dc0b5c2190071f935b25175c97bb1d009c2.tar.bz2 gentoo-67bd0dc0b5c2190071f935b25175c97bb1d009c2.zip |
dev-dotnet/csharp-gentoodotnetinfo: bump DOTNET_PKG_COMPAT to 8.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/csharp-gentoodotnetinfo')
-rw-r--r-- | dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild (renamed from dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild index dc11e1da43f7..45af3fc4d63e 100644 --- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild +++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DOTNET_PKG_COMPAT=7.0 +DOTNET_PKG_COMPAT=8.0 NUGETS=" microsoft.dotnet.platformabstractions@3.1.6 system.commandline@2.0.0-beta4.22272.1 @@ -36,7 +36,7 @@ DOTNET_PKG_PROJECTS=( src_unpack() { dotnet-pkg_src_unpack - if [[ -n ${EGIT_REPO_URI} ]] ; then + if [[ -n "${EGIT_REPO_URI}" ]] ; then git-r3_src_unpack fi } |