commit:     67bd0dc0b5c2190071f935b25175c97bb1d009c2
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:26:48 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:31:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bd0dc0

dev-dotnet/csharp-gentoodotnetinfo: bump DOTNET_PKG_COMPAT to 8.0

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

 ...otnetinfo-1.1.1.ebuild => csharp-gentoodotnetinfo-1.1.1-r1.ebuild} | 4 ++--
 1 file 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
similarity index 94%
rename from 
dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild
rename to 
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
 }

Reply via email to