Diff libevent-2.1.12-r1 with a libevent-2.1.13

/usr/portage/dev-libs/libevent/libevent-2.1.13.ebuild 2026-08-12 20:03:04.526035486 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
36 36
"
37 37
RDEPEND="
38 38
	${DEPEND}
39
	!<=dev-libs/9libs-1.0
40 39
"
41 40
BDEPEND="
42 41
	verify-sig? (
43
		sec-keys/openpgp-keys-libevent
42
		>=sec-keys/openpgp-keys-libevent-1
44 43
	)
45 44
"
46 45

  
......
48 47
	/usr/include/event2/event-config.h
49 48
)
50 49
PATCHES=(
51
	"${FILESDIR}"/${P}-clang16.patch #880381
52
	"${FILESDIR}"/${P}-libressl.patch #903001
50
	"${FILESDIR}"/${PN}-2.1.12-libressl.patch #903001
53 51
)
54 52
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libevent.asc
55 53

  
Thank you!