diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:19:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-25 21:19:57 +0200 |
commit | 54cdbfefe12db3871301333e2ca53618fc788365 (patch) | |
tree | a41a7ad225bccc19cb0215b338f5e151dcb6bdb7 /sys-libs/liburing | |
parent | dev-go/golangci-lint: remove temporary file (diff) | |
download | gentoo-54cdbfefe12db3871301333e2ca53618fc788365.tar.gz gentoo-54cdbfefe12db3871301333e2ca53618fc788365.tar.bz2 gentoo-54cdbfefe12db3871301333e2ca53618fc788365.zip |
sys-libs/liburing: Keyword 2.3-r1 s390, #892013
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.3-r1.ebuild b/sys-libs/liburing/liburing-2.3-r1.ebuild index 5a407a2b025e..e769ea9908cc 100644 --- a/sys-libs/liburing/liburing-2.3-r1.ebuild +++ b/sys-libs/liburing/liburing-2.3-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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" SLOT="0/2" # liburing.so major version |