Diff gopls-0.9.4 with a gopls-0.9.5

/usr/portage/dev-go/gopls/gopls-0.9.5.ebuild 2023-10-09 14:52:29.368368347 +0300
1
# Copyright 2022 Gentoo Authors
1
# Copyright 2022-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5
inherit go-module
6 6

  
7 7
ARCHIVE_URI="https://github.com/golang/tools/archive/refs/tags/gopls/v${PV}.tar.gz -> ${P}.tar.gz"
8
KEYWORDS="~amd64 ~x86"
8
KEYWORDS="amd64 x86"
9 9
DESCRIPTION="\"Go please\" is the official Go language server"
10 10
HOMEPAGE="https://github.com/golang/tools/blob/master/gopls/README.md"
11 11
SLOT="0"
Thank you!