diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 12:59:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 12:59:58 +0100 |
commit | 6008e86d6768480e3743fb43beb19bf3fc8d3e1c (patch) | |
tree | b164b7b9559e97ee2cd5de0b8d77cdefe60313f6 /app-crypt/pinentry | |
parent | app-crypt/libb2: keyword ~arm64-macos (diff) | |
download | gentoo-6008e86d6768480e3743fb43beb19bf3fc8d3e1c.tar.gz gentoo-6008e86d6768480e3743fb43beb19bf3fc8d3e1c.tar.bz2 gentoo-6008e86d6768480e3743fb43beb19bf3fc8d3e1c.zip |
app-crypt/pinentry: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/pinentry')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild index 4aa172fa6804..ee27968fb852 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r1.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 @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="caps efl emacs gnome-keyring gtk ncurses qt5" DEPEND=" |