diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-19 08:39:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-19 08:39:59 +0200 |
commit | 69c931a7eec0d68e88f4d02bb0d408c5eba5eb6f (patch) | |
tree | 7a926baca8260334dcd896ff9b999fba6a28c3e6 /sys-libs/liburing | |
parent | dev-ada/libgpr: add gcc-12.2.0 for build (diff) | |
download | gentoo-69c931a7eec0d68e88f4d02bb0d408c5eba5eb6f.tar.gz gentoo-69c931a7eec0d68e88f4d02bb0d408c5eba5eb6f.tar.bz2 gentoo-69c931a7eec0d68e88f4d02bb0d408c5eba5eb6f.zip |
sys-libs/liburing: Stabilize 2.2 amd64, #871147
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.2.ebuild b/sys-libs/liburing/liburing-2.2.ebuild index 9a7ea92649bf..e1977187bc94 100644 --- a/sys-libs/liburing/liburing-2.2.ebuild +++ b/sys-libs/liburing/liburing-2.2.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 sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc ~x86" fi LICENSE="MIT" SLOT="0/2" # liburing.so major version |