diff options
author | 2025-02-04 23:21:27 +0000 | |
---|---|---|
committer | 2025-02-04 23:21:27 +0000 | |
commit | a0209d7ebe367f3d769d46e0bca31f626751ce5a (patch) | |
tree | d13966657fb75aca6f1f12a70548e30b7bb30bc1 /dev-dotnet | |
parent | sys-kernel/linux-headers: add 6.13 (diff) | |
download | gentoo-a0209d7ebe367f3d769d46e0bca31f626751ce5a.tar.gz gentoo-a0209d7ebe367f3d769d46e0bca31f626751ce5a.tar.bz2 gentoo-a0209d7ebe367f3d769d46e0bca31f626751ce5a.zip |
dev-dotnet/csharp-gentoodotnetinfo: Stabilize 2.0.0 arm64, #949290
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.0.0.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.0.0.ebuild index 7452e0670486..a86a166dc959 100644 --- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.0.0.ebuild +++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-2.0.0.ebuild @@ -33,7 +33,7 @@ if [[ "${PV}" == *9999* ]] ; then else SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 arm ~arm64" + KEYWORDS="~amd64 arm arm64" fi SRC_URI+=" ${NUGET_URIS} " |