summaryrefslogtreecommitdiff
path: root/dev-go
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go')
-rw-r--r--dev-go/gopls/gopls-0.17.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-go/gopls/gopls-0.17.1.ebuild b/dev-go/gopls/gopls-0.17.1.ebuild
index ade42ce20ef6..85c60e93e7ba 100644
--- a/dev-go/gopls/gopls-0.17.1.ebuild
+++ b/dev-go/gopls/gopls-0.17.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit go-module
ARCHIVE_URI="https://github.com/golang/tools/archive/refs/tags/gopls/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DESCRIPTION="\"Go please\" is the official Go language server"
HOMEPAGE="https://github.com/golang/tools/blob/master/gopls/README.md"
SLOT="0"