Diff libotr-4.1.1-r1 with a libotr-4.1.1-r2

/usr/portage/net-libs/libotr/libotr-4.1.1-r2.ebuild 2023-10-09 14:52:34.492368476 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
15 15

  
16 16
RDEPEND="
17
	dev-libs/libgcrypt:0=
18
	dev-libs/libgpg-error:0="
17
	dev-libs/libgcrypt:=
18
	dev-libs/libgpg-error:=
19
"
19 20
DEPEND="${RDEPEND}"
21
# autoconf-archive for F_S patch
22
BDEPEND="sys-devel/autoconf-archive"
20 23

  
21 24
PATCHES=(
22 25
	"${FILESDIR}/${PN}-4.1.1-fix-build-with-libgcrypt-1.10.patch"
26
	"${FILESDIR}/${PN}-4.1.1-dont-clobber-fortify-source.patch"
23 27
)
24 28

  
25 29
src_prepare() {
Thank you!