diff options
Diffstat (limited to 'dev-dotnet/csharp-gentoodotnetinfo')
-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+" |