dev-go/enumer: stabilize 1.5.10 for amd64

Bug: https://bugs.gentoo.org/949032
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico 2025-01-29 19:48:01 -08:00
parent 2d18b8a260
commit 2087a7a0a2
No known key found for this signature in database
GPG Key ID: D075FB8C104A3D20

View File

@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -12,7 +12,7 @@ SRC_URI="https://github.com/dmarkham/enumer/archive/refs/tags/v${PV}.tar.gz -> $
LICENSE="BSD-2"
LICENSE+=" BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv"
KEYWORDS="amd64 ~arm64 ~riscv"
DOCS=(README.md)
src_prepare() {