summaryrefslogtreecommitdiff
path: root/app-crypt/age/age-1.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/age/age-1.1.1.ebuild')
-rw-r--r--app-crypt/age/age-1.1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/age/age-1.1.1.ebuild b/app-crypt/age/age-1.1.1.ebuild
index 38d405360142..c37bbc7e054e 100644
--- a/app-crypt/age/age-1.1.1.ebuild
+++ b/app-crypt/age/age-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/age-${PV}"
LICENSE="BSD"
#RESTRICT+=" test"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
BDEPEND="dev-go/gox"
@@ -23,7 +23,7 @@ src_compile() {
}
src_test() {
- go test -race filippo.io/age/cmd/... || die
+ go test filippo.io/age/cmd/... || die
}
src_install() {