commit: 0bff66aa557328cb5418ca777703c88e34e811c9 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Fri May 6 02:42:56 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Fri May 6 02:42:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff66aa
dev-libs/libaio: keyword 0.3.113 for ~loong This is the first version with out-of-the-box loong support, and the testcase failing on abi_x86_32 passed on loong. Another test failed on loong (testcase 5), but the library is working nevertheless. Keywording because we have no other choice on loong. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> dev-libs/libaio/libaio-0.3.113.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libaio/libaio-0.3.113.ebuild b/dev-libs/libaio/libaio-0.3.113.ebuild index 1f2cb960692f..c72cf7a83a27 100644 --- a/dev-libs/libaio/libaio-0.3.113.ebuild +++ b/dev-libs/libaio/libaio-0.3.113.ebuild @@ -15,7 +15,8 @@ else # Has test failure on abi_x86_32 which needs investigating # https://marc.info/?l=linux-aio&m=164996470108464&w=2 # https://pagure.io/libaio/issue/21 - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~loong" fi LICENSE="LGPL-2" SLOT="0"