diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 16:10:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 16:10:45 +0000 |
commit | 45717841cd049aa4ec507f2b794c846859df2999 (patch) | |
tree | 5f2805ec218914ec8314416483afa176476705b6 /dev-go | |
parent | dev-vcs/git-lfs: x86 keyworded (bug #710534) (diff) | |
download | gentoo-45717841cd049aa4ec507f2b794c846859df2999.tar.gz gentoo-45717841cd049aa4ec507f2b794c846859df2999.tar.bz2 gentoo-45717841cd049aa4ec507f2b794c846859df2999.zip |
dev-go/golint: x86 keyworded (bug #718934)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/golint/golint-0_pre20200301.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/golint/golint-0_pre20200301.ebuild b/dev-go/golint/golint-0_pre20200301.ebuild index 667f9da059da..5a2861e7ffc6 100644 --- a/dev-go/golint/golint-0_pre20200301.ebuild +++ b/dev-go/golint/golint-0_pre20200301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ SRC_URI="https://github.com/golang/lint/archive/${EGIT_COMMIT}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" S=${WORKDIR}/lint-${EGIT_COMMIT} |