diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-11 18:21:19 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-11 18:21:43 +0100 |
commit | c7a269c33c2e0f3221d09f2df6964afb164743f4 (patch) | |
tree | a94d9681a3e7aed624c9dad0ae4cf39ea4a1c11e /sys-libs | |
parent | sys-libs/liburing: Bump to version 2.0 (diff) | |
download | gentoo-c7a269c33c2e0f3221d09f2df6964afb164743f4.tar.gz gentoo-c7a269c33c2e0f3221d09f2df6964afb164743f4.tar.bz2 gentoo-c7a269c33c2e0f3221d09f2df6964afb164743f4.zip |
sys-libs/liburing: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/liburing/liburing-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/liburing/liburing-9999.ebuild b/sys-libs/liburing/liburing-9999.ebuild index 67502a7d83c6..5730a362b7e1 100644 --- a/sys-libs/liburing/liburing-9999.ebuild +++ b/sys-libs/liburing/liburing-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi LICENSE="MIT" SLOT="0/2.0.0" # liburing.so version |