Diff libgcrypt-1.10.1-r3 with a libgcrypt-1.10.2

/usr/portage/dev-libs/libgcrypt/libgcrypt-1.10.2.ebuild 2023-10-09 14:52:29.516368351 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
7 7
inherit autotools flag-o-matic linux-info multilib-minimal toolchain-funcs verify-sig
......
13 13

  
14 14
LICENSE="LGPL-2.1 MIT"
15 15
SLOT="0/20" # subslot = soname major version
16
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"
16
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
17 17
IUSE="+asm cpu_flags_arm_neon cpu_flags_arm_aes cpu_flags_arm_sha1 cpu_flags_arm_sha2 cpu_flags_ppc_altivec cpu_flags_ppc_vsx2 cpu_flags_ppc_vsx3 cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_padlock cpu_flags_x86_sha cpu_flags_x86_sse4_1 doc +getentropy static-libs"
18 18

  
19 19
# Build system only has --disable-arm-crypto-support right now
......
44 44
PATCHES=(
45 45
	"${FILESDIR}"/${PN}-multilib-syspath.patch
46 46
	"${FILESDIR}"/${PN}-powerpc-darwin.patch
47
	"${FILESDIR}"/${PN}-1.10.1-fix-no-asm-hppa.patch
48 47
	"${FILESDIR}"/${PN}-1.9.4-no-fgrep-libgcrypt-config.patch
49
	"${FILESDIR}"/${PN}-1.10.1-configure-clang16.patch
50
	"${FILESDIR}"/libgcrypt-1.10-build-Allow-build-with-Oz.patch
48
	"${FILESDIR}"/${P}-darwin.patch  # upstream T6442
51 49
)
52 50

  
53 51
MULTILIB_CHOST_TOOLS=(
Thank you!