Diff sanitized-anchor-name-0_pre20151027 with a sanitized-anchor-name-9999

/usr/portage/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild 2023-10-09 14:52:29.368368347 +0300
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
......
7 7
if [[ ${PV} = *9999* ]]; then
8 8
	inherit golang-vcs
9 9
else
10
	KEYWORDS="amd64 ~arm ~arm64"
10
	KEYWORDS="~amd64"
11 11
	EGIT_COMMIT=10ef21a
12 12
	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
13 13
	inherit golang-vcs-snapshot
Thank you!