diff options
author | Sam James <sam@gentoo.org> | 2023-11-23 22:48:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-23 22:48:43 +0000 |
commit | bf7b8a46a8af8c33cbd7d66f315269d97bc6a361 (patch) | |
tree | d6bbe354afa85d4d88ed9f4b46b96ba2c7b49e6f /app-crypt/p11-kit/p11-kit-0.25.3.ebuild | |
parent | x11-misc/grsync: fix compilation with USE=-gtk3 (diff) | |
download | gentoo-bf7b8a46a8af8c33cbd7d66f315269d97bc6a361.tar.gz gentoo-bf7b8a46a8af8c33cbd7d66f315269d97bc6a361.tar.bz2 gentoo-bf7b8a46a8af8c33cbd7d66f315269d97bc6a361.zip |
app-crypt/p11-kit: restore keywords
I'd meant to do this in 4798ad6134c3978c821512fc7850c64514b1f373, as the reason
to drop the keywords became obsolete.
Bug: https://bugs.gentoo.org/916376
Fixes: 4798ad6134c3978c821512fc7850c64514b1f373
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/p11-kit/p11-kit-0.25.3.ebuild')
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.25.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild index 26fd2db17ad2..e55f9d757a70 100644 --- a/app-crypt/p11-kit/p11-kit-0.25.3.ebuild +++ b/app-crypt/p11-kit/p11-kit-0.25.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~m68k ~mips ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+libffi gtk-doc nls systemd test" RESTRICT="!test? ( test )" |