sys-libs/liburing: Sync with Gentoo

It's from Gentoo commit 4f48cc28027d038e25d9f72387ac029db5d19b19.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:08:17 +00:00 committed by Krzesimir Nowak
parent c855643df0
commit 5feeb6ed96

View File

@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/axboe/liburing.git"
else
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
QA_PKGCONFIG_VERSION=${PV}
fi
LICENSE="MIT"