diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 11:52:43 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-25 11:52:43 +0000 |
commit | cea45937be7208ffd1a601289b5e719b59a77b66 (patch) | |
tree | 5aba8d644a9e077744e9da9397a449f3be22019c /sys-libs | |
parent | sys-libs/liburing: Stabilize 2.7-r1 x86, #940112 (diff) | |
download | gentoo-cea45937be7208ffd1a601289b5e719b59a77b66.tar.gz gentoo-cea45937be7208ffd1a601289b5e719b59a77b66.tar.bz2 gentoo-cea45937be7208ffd1a601289b5e719b59a77b66.zip |
sys-libs/liburing: Stabilize 2.7-r1 arm, #940112
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/liburing/liburing-2.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.7-r1.ebuild b/sys-libs/liburing/liburing-2.7-r1.ebuild index 01fe50914575..fd2fb61f74e7 100644 --- a/sys-libs/liburing/liburing-2.7-r1.ebuild +++ b/sys-libs/liburing/liburing-2.7-r1.ebuild @@ -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" |