From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1391789-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 20206158090
	for <garchives@archives.gentoo.org>; Mon,  2 May 2022 02:09:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4F238E0874;
	Mon,  2 May 2022 02:09:15 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2ED50E0874
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 May 2022 02:09:15 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1DDD83414A1
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 May 2022 02:09:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A5CFC34C
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 May 2022 02:09:11 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1651457337.83af3f0e6593d7ec2ca9333e92fb53685fc025c2.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: 83af3f0e6593d7ec2ca9333e92fb53685fc025c2
X-VCS-Branch: master
Date: Mon,  2 May 2022 02:09:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1050c095-a269-4de2-ba4e-b2f695b4dc7a
X-Archives-Hash: 32aa1c728621cd7dd36993bf1f6179e1

commit:     83af3f0e6593d7ec2ca9333e92fb53685fc025c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 02:08:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  2 02:08:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83af3f0e

dev-libs/libaio: add link to upstream bug

Bug: https://pagure.io/libaio/issue/21
Signed-off-by: Sam James <sam <AT> 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 c93417dd41a7..1f2cb960692f 100644
--- a/dev-libs/libaio/libaio-0.3.113.ebuild
+++ b/dev-libs/libaio/libaio-0.3.113.ebuild
@@ -14,6 +14,7 @@ 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
+	# 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"
 fi
 LICENSE="LGPL-2"