diff options
author | Sam James <sam@gentoo.org> | 2021-11-26 06:34:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-26 06:34:00 +0000 |
commit | 71f1f8b025bd8c1afdc61d714fcdc805f25f9f1c (patch) | |
tree | b24b7eecf98f9658ebf5fb524f94784b953a8427 /sys-libs/liburing | |
parent | app-crypt/gpgme: Stabilize 1.16.0 amd64, #826374 (diff) | |
download | gentoo-71f1f8b025bd8c1afdc61d714fcdc805f25f9f1c.tar.gz gentoo-71f1f8b025bd8c1afdc61d714fcdc805f25f9f1c.tar.bz2 gentoo-71f1f8b025bd8c1afdc61d714fcdc805f25f9f1c.zip |
sys-libs/liburing: Stabilize 2.1 amd64, #826870
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.1.ebuild b/sys-libs/liburing/liburing-2.1.ebuild index c6d9aa22c810..9515370e406a 100644 --- a/sys-libs/liburing/liburing-2.1.ebuild +++ b/sys-libs/liburing/liburing-2.1.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" SLOT="0/2" # liburing.so major version |