diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-06 17:37:30 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-06 18:08:56 -0800 |
commit | 1072114e425dd7201a752241040ab022b539729d (patch) | |
tree | d12332c6f0ca13e7bb8a7dfc22e20217edde35db /sys-libs | |
parent | net-analyzer/tcpdump: patch CVE-2020-8037 (diff) | |
download | gentoo-1072114e425dd7201a752241040ab022b539729d.tar.gz gentoo-1072114e425dd7201a752241040ab022b539729d.tar.bz2 gentoo-1072114e425dd7201a752241040ab022b539729d.zip |
sys-libs/liburing: 0.7-r1 ppc64 stable, bug #750047
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-libs')
-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 716d25c0489c..13dcf683c153 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 |