Diff liburing-2.3-r4 with a liburing-2.4
/usr/portage/sys-libs/liburing/liburing-2.4.ebuild 2023-10-09 14:52:35.556368503 +0300 | ||
---|---|---|
12 | 12 |
EGIT_REPO_URI="https://github.com/axboe/liburing.git" |
13 | 13 |
else |
14 | 14 |
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2" |
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
16 | 16 |
QA_PKGCONFIG_VERSION=${PV} |
17 | 17 |
fi |
18 | 18 |
LICENSE="MIT" |
... | ... | |
26 | 26 |
DEPEND=">=sys-kernel/linux-headers-5.1" |
27 | 27 |
RDEPEND="${DEPEND}" |
28 | 28 | |
29 |
PATCHES=( |
|
30 |
# https://bugs.gentoo.org/891633 |
|
31 |
"${FILESDIR}/${PN}-2.3-liburing.map-Export-io_uring_-enable_rings-register_.patch" |
|
32 |
# https://github.com/axboe/liburing/pull/787 |
|
33 |
"${FILESDIR}/${PN}-2.3-remove-error-from-error_h-for-portability.patch" |
|
34 |
) |
|
35 | ||
36 | 29 |
src_prepare() { |
37 | 30 |
default |
38 | 31 |