diff options
author | 2022-07-02 09:18:53 +0200 | |
---|---|---|
committer | 2022-07-02 09:18:53 +0200 | |
commit | 962b9a4311c47c2b52d7c68078f19c4fbaabbc7b (patch) | |
tree | d54ba017bb29dfae5aedd73fbf8d6396159c6196 /sys-libs | |
parent | app-admin/bitwarden-desktop-bin: version bump 2022.6.0 (diff) | |
download | gentoo-962b9a4311c47c2b52d7c68078f19c4fbaabbc7b.tar.gz gentoo-962b9a4311c47c2b52d7c68078f19c4fbaabbc7b.tar.bz2 gentoo-962b9a4311c47c2b52d7c68078f19c4fbaabbc7b.zip |
sys-libs/liburing: Stabilize 2.1-r2 ppc64, #855497
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 14c2a326ee40..db083101a7f9 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 |