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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19AD71382C5 for ; Mon, 15 Mar 2021 12:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0250E0845; Mon, 15 Mar 2021 12:32:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83CA0E0844 for ; Mon, 15 Mar 2021 12:32:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB3C340E15 for ; Mon, 15 Mar 2021 12:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A415D5AE for ; Mon, 15 Mar 2021 12:32:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1615811510.4710a539a8237cd8afe2bfcc92c2e0850ce521ff.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/open-isns/open-isns-0.101.ebuild X-VCS-Directories: sys-block/open-isns/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4710a539a8237cd8afe2bfcc92c2e0850ce521ff X-VCS-Branch: master Date: Mon, 15 Mar 2021 12:32:04 +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: a735e324-9f8d-4308-898a-a5b531a9fc7b X-Archives-Hash: 37b1a59c5685a5be16953d9be11f17da commit: 4710a539a8237cd8afe2bfcc92c2e0850ce521ff Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 15 12:28:18 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 15 12:31:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4710a539 sys-block/open-isns: Fixed build with >=sys-devel/autoconf-2.70 Closes: https://bugs.gentoo.org/775389 Signed-off-by: Lars Wendler gentoo.org> sys-block/open-isns/open-isns-0.101.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-block/open-isns/open-isns-0.101.ebuild b/sys-block/open-isns/open-isns-0.101.ebuild index 96ec16b185b..5f7c4bb83ec 100644 --- a/sys-block/open-isns/open-isns-0.101.ebuild +++ b/sys-block/open-isns/open-isns-0.101.ebuild @@ -31,6 +31,7 @@ PATCHES=( src_prepare() { default eautoreconf + touch aclocal/ar-lib || die #775389 } src_configure() {