Diff liburing-2.7-r1 with a liburing-9999
/usr/portage/sys-libs/liburing/liburing-9999.ebuild 2025-07-29 16:22:17.940470256 +0300 | ||
---|---|---|
11 | 11 |
inherit git-r3 |
12 | 12 |
EGIT_REPO_URI="https://github.com/axboe/liburing.git" |
13 | 13 |
else |
14 |
SRC_URI="https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz" |
|
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
14 |
SRC_URI="https://github.com/axboe/liburing/archive/refs/tags/${P}.tar.gz" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
16 | 16 |
QA_PKGCONFIG_VERSION=${PV} |
17 | 17 | |
18 | 18 |
S="${WORKDIR}"/liburing-${P} |