Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/
Date: Sun, 31 May 2020 03:44:17
Message-Id: 1590896644.46d0b24000a5362bf92870f62a863c49cce3366a.mattst88@gentoo
1 commit: 46d0b24000a5362bf92870f62a863c49cce3366a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 03:43:29 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 03:44:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d0b240
7
8 sys-libs/liburing: Keyword 0.6 alpha, #711488
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sys-libs/liburing/liburing-0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/liburing/liburing-0.6.ebuild b/sys-libs/liburing/liburing-0.6.ebuild
16 index e79816781b8..39f73efee50 100644
17 --- a/sys-libs/liburing/liburing-0.6.ebuild
18 +++ b/sys-libs/liburing/liburing-0.6.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2"
20 LICENSE="MIT"
21 SLOT="0"
22
23 -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 IUSE="static-libs"
26
27 src_prepare() {