Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/
Date: Sat, 31 Oct 2020 19:38:04
Message-Id: 1604173077.11ad3139a0b701a0183314009249610cb48601bb.slashbeast@gentoo
1 commit: 11ad3139a0b701a0183314009249610cb48601bb
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 19:35:52 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 19:37:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ad3139
7
8 sys-libs/liburing: 0.7 amd64 stable.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 sys-libs/liburing/liburing-0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/liburing/liburing-0.7.ebuild b/sys-libs/liburing/liburing-0.7.ebuild
16 index 38c0b247606..8c9918f03cc 100644
17 --- a/sys-libs/liburing/liburing-0.7.ebuild
18 +++ b/sys-libs/liburing/liburing-0.7.ebuild
19 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
20 EGIT_REPO_URI="https://github.com/axboe/liburing.git"
21 else
22 SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2"
23 - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
25 fi
26 LICENSE="MIT"
27 SLOT="0"