diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 10:42:56 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 10:42:58 +0800 |
commit | 0bff66aa557328cb5418ca777703c88e34e811c9 (patch) | |
tree | e1278655d076eae639a0f75db5674e6fc6f85f58 /dev-libs/libaio | |
parent | dev-lang/vala: keyword 0.56.1 for ~loong (diff) | |
download | gentoo-0bff66aa557328cb5418ca777703c88e34e811c9.tar.gz gentoo-0bff66aa557328cb5418ca777703c88e34e811c9.tar.bz2 gentoo-0bff66aa557328cb5418ca777703c88e34e811c9.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/libaio')
-rw-r--r-- | dev-libs/libaio/libaio-0.3.113.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |