From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 459DF15808D for ; Thu, 21 Apr 2022 20:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD9BE08EB; Thu, 21 Apr 2022 20:25:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF9DFE08EB for ; Thu, 21 Apr 2022 20:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B61D34151B for ; Thu, 21 Apr 2022 20:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB7939F for ; Thu, 21 Apr 2022 20:25:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650572736.7aee2e1005652ce017087cafeea267d4a7f01137.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libaio/libaio-0.3.113.ebuild X-VCS-Directories: dev-libs/libaio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7aee2e1005652ce017087cafeea267d4a7f01137 X-VCS-Branch: master Date: Thu, 21 Apr 2022 20:25:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e89c6c69-6b24-404f-81a5-3934411d71d0 X-Archives-Hash: a8fe79ad71716ae05bfe2dda48b3c6be commit: 7aee2e1005652ce017087cafeea267d4a7f01137 Author: Sam James gentoo org> AuthorDate: Thu Apr 21 20:22:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 21 20:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aee2e10 dev-libs/libaio: add link to upstream bug Bug: https://marc.info/?l=linux-aio&m=164996470108464&w=2 Signed-off-by: Sam James gentoo.org> dev-libs/libaio/libaio-0.3.113.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libaio/libaio-0.3.113.ebuild b/dev-libs/libaio/libaio-0.3.113.ebuild index 55cac17c1de4..c93417dd41a7 100644 --- a/dev-libs/libaio/libaio-0.3.113.ebuild +++ b/dev-libs/libaio/libaio-0.3.113.ebuild @@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" # Has test failure on abi_x86_32 which needs investigating + # https://marc.info/?l=linux-aio&m=164996470108464&w=2 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2"