diff options
author | 2023-01-17 11:12:17 -0600 | |
---|---|---|
committer | 2023-01-17 11:12:17 -0600 | |
commit | c74b1da01e1b64134d42c0aac901681c429cfba2 (patch) | |
tree | 09d91ecd183ea74a9d8184ed09a97812637f0246 /app-admin/gopass | |
parent | app-admin/git-credential-gopass: add 1.15.3 (diff) | |
download | gentoo-c74b1da01e1b64134d42c0aac901681c429cfba2.tar.gz gentoo-c74b1da01e1b64134d42c0aac901681c429cfba2.tar.bz2 gentoo-c74b1da01e1b64134d42c0aac901681c429cfba2.zip |
app-admin/gopass: stabilize 1.14.4 for amd64
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-admin/gopass')
-rw-r--r-- | app-admin/gopass/gopass-1.14.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/gopass/gopass-1.14.4.ebuild b/app-admin/gopass/gopass-1.14.4.ebuild index a3475de0856c..7da7b4493812 100644 --- a/app-admin/gopass/gopass-1.14.4.ebuild +++ b/app-admin/gopass/gopass-1.14.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -232,7 +232,7 @@ SRC_URI+=" ${RAW_SRC_URI}" LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc64 ~riscv ~x86" RESTRICT="strip test" |