diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 10:27:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 10:27:00 +0100 |
commit | 13171bf60f8fc6070f4efec7e26e391bf4c65c12 (patch) | |
tree | 530dfb1f6d20f4742cf3d8b68f524d77f5aaee1b /dev-dotnet | |
parent | app-eselect/eselect-dotnet: Keyword 0.1.0 arm64, #914249 (diff) | |
download | gentoo-13171bf60f8fc6070f4efec7e26e391bf4c65c12.tar.gz gentoo-13171bf60f8fc6070f4efec7e26e391bf4c65c12.tar.bz2 gentoo-13171bf60f8fc6070f4efec7e26e391bf4c65c12.zip |
dev-dotnet/csharp-gentoodotnetinfo: Keyword 0.1.0 arm64, #914249
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild index 21630d4cb637..316c4d24a057 100644 --- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild +++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild @@ -17,7 +17,7 @@ if [[ "${PV}" == *9999* ]] ; then EGIT_REPO_URI="https://gitlab.gentoo.org/dotnet/${PN}.git" else SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~arm64" fi LICENSE="GPL-2+" |