diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:42:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:42:03 +0000 |
commit | ea0c9c015e550c49217561e3251caca2e72488b8 (patch) | |
tree | 65e4a8cc28ad61f94fe101def95e5711978b7c35 /app-emacs/pinentry | |
parent | media-video/ffmpeg: not create 99amf-env-vulkan-override in /etc/env.d (diff) | |
download | gentoo-ea0c9c015e550c49217561e3251caca2e72488b8.tar.gz gentoo-ea0c9c015e550c49217561e3251caca2e72488b8.tar.bz2 gentoo-ea0c9c015e550c49217561e3251caca2e72488b8.zip |
app-emacs/pinentry: Stabilize 0.1_p20231126 ALLARCHES, #921608
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/pinentry')
-rw-r--r-- | app-emacs/pinentry/pinentry-0.1_p20231126.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild index 8b2b12b25e85..445b67d1913e 100644 --- a/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild +++ b/app-emacs/pinentry/pinentry-0.1_p20231126.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-el-${COMMIT}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86" RDEPEND="app-crypt/pinentry[emacs]" |