app-crypt/age: Stabilize 1.2.1 amd64, #955504

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-06 13:31:06 +01:00
parent 758c16999b
commit ae8594e0a0
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -14,7 +14,7 @@ S="${WORKDIR}/age-${PV}"
LICENSE="BSD"
#RESTRICT+=" test"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
KEYWORDS="amd64 ~arm64"
src_compile() {
ego build -ldflags "-X main.Version=${PV}" -o . filippo.io/age/cmd/... || die