diff options
author | Sam James <sam@gentoo.org> | 2023-02-12 06:22:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-12 06:22:48 +0000 |
commit | 4216e2db05fd45deb5e280b8eb9c8c812fa09862 (patch) | |
tree | 75da5b07d12d1953fd11fe218d18e529a24a340d /app-crypt/gnupg | |
parent | app-shells/fzf: drop 0.34.0, 0.35.1 (diff) | |
download | gentoo-4216e2db05fd45deb5e280b8eb9c8c812fa09862.tar.gz gentoo-4216e2db05fd45deb5e280b8eb9c8c812fa09862.tar.bz2 gentoo-4216e2db05fd45deb5e280b8eb9c8c812fa09862.zip |
app-crypt/gnupg: Stabilize 2.2.41 arm, #893994
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-2.2.41.ebuild b/app-crypt/gnupg/gnupg-2.2.41.ebuild index 37e68bc395e3..eb39b747cb9b 100644 --- a/app-crypt/gnupg/gnupg-2.2.41.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.41.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 @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl test tofu tools usb user-socket wks-server" RESTRICT="!test? ( test )" |