commit: b6ccd96e2bf7cc1ffb869bee3c0f7bd98ac662c5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Aug 3 13:08:50 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sun Aug 3 13:27:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ccd96e
dev-dotnet/dotnet-outdated: bump DOTNET_PKG_COMPAT to 9.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> ...dotnet-outdated-4.6.4.ebuild => dotnet-outdated-4.6.4-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 e2bade626a6f..a781bb36c732 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=" [email protected] [email protected] @@ -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"
