sys-libs/liburing: Sync with Gentoo

It's from Gentoo commit 380e55a058139c9de878f2f6b5c74c47d603c2b2.
This commit is contained in:
Flatcar Buildbot 2024-10-21 07:08:54 +00:00
parent 12d4e7335a
commit 395f34bc44

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"