diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 19:24:39 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 19:24:39 +0200 |
commit | 396eeececfb29ac29c80baca8d65323a7327ef3c (patch) | |
tree | 6c7b195922efe9f5f7cede0c2fb4e95a120a9c74 /sys-libs | |
parent | sys-libs/liburing: Stabilize 2.3-r4 arm, #892453 (diff) | |
download | gentoo-396eeececfb29ac29c80baca8d65323a7327ef3c.tar.gz gentoo-396eeececfb29ac29c80baca8d65323a7327ef3c.tar.bz2 gentoo-396eeececfb29ac29c80baca8d65323a7327ef3c.zip |
sys-libs/liburing: Stabilize 2.3-r4 amd64, #892453
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/liburing/liburing-2.3-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.3-r4.ebuild b/sys-libs/liburing/liburing-2.3-r4.ebuild index 549549014e64..4f87d6f220e1 100644 --- a/sys-libs/liburing/liburing-2.3-r4.ebuild +++ b/sys-libs/liburing/liburing-2.3-r4.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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" QA_PKGCONFIG_VERSION=${PV} fi LICENSE="MIT" |