Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/
Date: Mon, 02 May 2022 02:09:16
Message-Id: 1651457337.83af3f0e6593d7ec2ca9333e92fb53685fc025c2.sam@gentoo
1 commit: 83af3f0e6593d7ec2ca9333e92fb53685fc025c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 02:08:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 02:08:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83af3f0e
7
8 dev-libs/libaio: add link to upstream bug
9
10 Bug: https://pagure.io/libaio/issue/21
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libaio/libaio-0.3.113.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/libaio/libaio-0.3.113.ebuild b/dev-libs/libaio/libaio-0.3.113.ebuild
17 index c93417dd41a7..1f2cb960692f 100644
18 --- a/dev-libs/libaio/libaio-0.3.113.ebuild
19 +++ b/dev-libs/libaio/libaio-0.3.113.ebuild
20 @@ -14,6 +14,7 @@ else
21 SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"
22 # Has test failure on abi_x86_32 which needs investigating
23 # https://marc.info/?l=linux-aio&m=164996470108464&w=2
24 + # https://pagure.io/libaio/issue/21
25 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
26 fi
27 LICENSE="LGPL-2"