diff options
author | Sam James <sam@gentoo.org> | 2020-11-10 17:43:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-10 17:43:06 +0000 |
commit | 9ecedc6f9b319994513ee1a4c9e92e606dc885c9 (patch) | |
tree | 33bce1f7ba13a37435a1645353d2ae4e2f1ebd4b /sys-libs/liburing | |
parent | net-fs/samba: Stabilize 4.12.9-r1 sparc, #751724 (diff) | |
download | gentoo-9ecedc6f9b319994513ee1a4c9e92e606dc885c9.tar.gz gentoo-9ecedc6f9b319994513ee1a4c9e92e606dc885c9.tar.bz2 gentoo-9ecedc6f9b319994513ee1a4c9e92e606dc885c9.zip |
sys-libs/liburing: Stabilize 0.7-r1 sparc, #751724
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-0.7-r1.ebuild b/sys-libs/liburing/liburing-0.7-r1.ebuild index 13dcf683c153..284efb838d67 100644 --- a/sys-libs/liburing/liburing-0.7-r1.ebuild +++ b/sys-libs/liburing/liburing-0.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 ~ia64 ~ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86" fi LICENSE="MIT" SLOT="0/1.0.7" # liburing.so version |