diff options
author | 2024-01-07 19:17:05 -0800 | |
---|---|---|
committer | 2024-01-07 19:24:24 -0800 | |
commit | da4810d95b217498fe256883c194a50197912e37 (patch) | |
tree | b9c13ae84a0e8c3b01ce79c733f0538f87247d83 /app-admin/git-credential-gopass | |
parent | app-admin/gopass-jsonapi: stabilize 1.15.11 for amd64 (diff) | |
download | gentoo-da4810d95b217498fe256883c194a50197912e37.tar.gz gentoo-da4810d95b217498fe256883c194a50197912e37.tar.bz2 gentoo-da4810d95b217498fe256883c194a50197912e37.zip |
app-admin/git-credential-gopass: stabilize 1.15.11 for amd64
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-admin/git-credential-gopass')
-rw-r--r-- | app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild index 466cf4057557..974e33be5d96 100644 --- a/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild +++ b/app-admin/git-credential-gopass/git-credential-gopass-1.15.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/${P}-deps.ta LICENSE="MIT Apache-2.0 BSD MPL-2.0 BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" DEPEND=">=dev-lang/go-1.16" RDEPEND=" |