diff options
author | Sam James <sam@gentoo.org> | 2023-04-25 21:56:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 21:56:47 +0100 |
commit | a7c4d66dd95c554609e5f01f19ecc4ebce7d64ca (patch) | |
tree | 8024bd890784dfaef259dadbeceeed20a6117507 /dev-go | |
parent | app-portage/kuroneko: Keyword 0.1.3 arm64, #905027 (diff) | |
download | gentoo-a7c4d66dd95c554609e5f01f19ecc4ebce7d64ca.tar.gz gentoo-a7c4d66dd95c554609e5f01f19ecc4ebce7d64ca.tar.bz2 gentoo-a7c4d66dd95c554609e5f01f19ecc4ebce7d64ca.zip |
dev-go/go-licenses: Keyword 1.2.1 arm64, #905031
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-licenses/go-licenses-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/go-licenses/go-licenses-1.2.1.ebuild b/dev-go/go-licenses/go-licenses-1.2.1.ebuild index 9b5be6d86f93..bbd14558453a 100644 --- a/dev-go/go-licenses/go-licenses-1.2.1.ebuild +++ b/dev-go/go-licenses/go-licenses-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="Apache-2.0 BSD-2 BSD MIT Unlicense" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" # Wants network access RESTRICT="test" |