Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/
Date: Fri, 06 May 2022 02:44:47
Message-Id: 1651804978.0bff66aa557328cb5418ca777703c88e34e811c9.xen0n@gentoo
1 commit: 0bff66aa557328cb5418ca777703c88e34e811c9
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 02:42:56 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:42:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff66aa
7
8 dev-libs/libaio: keyword 0.3.113 for ~loong
9
10 This is the first version with out-of-the-box loong support, and the
11 testcase failing on abi_x86_32 passed on loong. Another test failed on
12 loong (testcase 5), but the library is working nevertheless.
13 Keywording because we have no other choice on loong.
14
15 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
16
17 dev-libs/libaio/libaio-0.3.113.ebuild | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
19
20 diff --git a/dev-libs/libaio/libaio-0.3.113.ebuild b/dev-libs/libaio/libaio-0.3.113.ebuild
21 index 1f2cb960692f..c72cf7a83a27 100644
22 --- a/dev-libs/libaio/libaio-0.3.113.ebuild
23 +++ b/dev-libs/libaio/libaio-0.3.113.ebuild
24 @@ -15,7 +15,8 @@ else
25 # Has test failure on abi_x86_32 which needs investigating
26 # https://marc.info/?l=linux-aio&m=164996470108464&w=2
27 # https://pagure.io/libaio/issue/21
28 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
29 + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="~loong"
31 fi
32 LICENSE="LGPL-2"
33 SLOT="0"