app-misc/glow: add minimum go version

Closes: https://bugs.gentoo.org/974530
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
This commit is contained in:
ingenarel (NeoJesus)
2026-05-11 23:55:49 +06:00
parent 61365888f1
commit af2b100cd3

View File

@@ -18,6 +18,8 @@ LICENSE+=" Apache-2.0 BSD MIT "
SLOT="0"
KEYWORDS="~amd64"
BDEPEND=">=dev-lang/go-1.25.9"
src_compile(){
ego build -o bin/glow
}