From b6ccd96e2bf7cc1ffb869bee3c0f7bd98ac662c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 3 Aug 2025 15:08:50 +0200 Subject: [PATCH] dev-dotnet/dotnet-outdated: bump DOTNET_PKG_COMPAT to 9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- ...utdated-4.6.4.ebuild => dotnet-outdated-4.6.4-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-dotnet/dotnet-outdated/{dotnet-outdated-4.6.4.ebuild => dotnet-outdated-4.6.4-r1.ebuild} (98%) diff --git a/dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4.ebuild b/dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4-r1.ebuild similarity index 98% rename from dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4.ebuild rename to dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4-r1.ebuild index e2bade626a6ff..a781bb36c7328 100644 --- a/dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4.ebuild +++ b/dev-dotnet/dotnet-outdated/dotnet-outdated-4.6.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DOTNET_PKG_COMPAT=8.0 +DOTNET_PKG_COMPAT="9.0" NUGETS=" castle.core@5.1.1 csvhelper@30.0.1 @@ -167,7 +167,7 @@ HOMEPAGE="https://github.com/dotnet-outdated/dotnet-outdated/" if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" + EGIT_REPO_URI="https://github.com/${PN}/${PN}" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"