Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/
Date: Mon, 26 Oct 2020 02:51:17
Message-Id: 1603680522.7e5dc1f816af54b37152d3ea8a57ab384ddf0bd7.sam@gentoo
1 commit: 7e5dc1f816af54b37152d3ea8a57ab384ddf0bd7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 02:48:42 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 02:48:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5dc1f8
7
8 sys-libs/liburing: Stabilize 0.7 arm arm, #744361
9
10 Signed-off-by: Sam James <sam <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 08dbded4c35..38c0b247606 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"