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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 172F215806E for ; Sat, 27 May 2023 07:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E841E086D; Sat, 27 May 2023 07:49:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3829BE086D for ; Sat, 27 May 2023 07:49:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F4FC34106D for ; Sat, 27 May 2023 07:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F90A87 for ; Sat, 27 May 2023 07:49:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1685173760.fa26ebd619bdfeeb43d3f0e887ee25286c1bf5c0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/s3fs/s3fs-1.92.ebuild X-VCS-Directories: net-fs/s3fs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fa26ebd619bdfeeb43d3f0e887ee25286c1bf5c0 X-VCS-Branch: master Date: Sat, 27 May 2023 07:49:30 +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: 4ef4e239-1a07-48a7-adb1-9a1a46524bf4 X-Archives-Hash: f302dc392f2b1438e3951debe3dea0b4 commit: fa26ebd619bdfeeb43d3f0e887ee25286c1bf5c0 Author: Joonas Niilola gentoo org> AuthorDate: Sat May 27 07:44:18 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 07:49:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa26ebd6 net-fs/s3fs: add missing die to 1.92 Signed-off-by: Joonas Niilola gentoo.org> net-fs/s3fs/s3fs-1.92.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/s3fs/s3fs-1.92.ebuild b/net-fs/s3fs/s3fs-1.92.ebuild index 8f8f4e67cd0f..3cdc27601f27 100644 --- a/net-fs/s3fs/s3fs-1.92.ebuild +++ b/net-fs/s3fs/s3fs-1.92.ebuild @@ -46,7 +46,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default - sed -i 's/-D_FORTIFY_SOURCE=2//' configure.ac + sed -i 's/-D_FORTIFY_SOURCE=2//' configure.ac || die eautoreconf }