diff options
author | 2022-07-02 09:02:54 +0200 | |
---|---|---|
committer | 2022-07-02 09:02:54 +0200 | |
commit | d19fea635c9eb9b02f53ee056b9e4e06f56efe9a (patch) | |
tree | fedf6cc039401b4737c6d53415eac61161685004 /sys-libs/liburing | |
parent | dev-libs/jemalloc: Keyword 5.3.0 ppc64, #732316 (diff) | |
download | gentoo-d19fea635c9eb9b02f53ee056b9e4e06f56efe9a.tar.gz gentoo-d19fea635c9eb9b02f53ee056b9e4e06f56efe9a.tar.bz2 gentoo-d19fea635c9eb9b02f53ee056b9e4e06f56efe9a.zip |
sys-libs/liburing: Stabilize 2.1-r2 ppc, #855497
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-2.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-2.1-r2.ebuild b/sys-libs/liburing/liburing-2.1-r2.ebuild index 93c68a5c250e..a4fc86153ff4 100644 --- a/sys-libs/liburing/liburing-2.1-r2.ebuild +++ b/sys-libs/liburing/liburing-2.1-r2.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 |