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 D93D0158041 for ; Thu, 21 Mar 2024 03:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B0DE29B7; Thu, 21 Mar 2024 03:16:49 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C762FE29B7 for ; Thu, 21 Mar 2024 03:16:49 +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 B243C33BF03 for ; Thu, 21 Mar 2024 03:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8521596 for ; Thu, 21 Mar 2024 03:16:47 +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: <1710990964.598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scotch/scotch-7.0.1-r1.ebuild X-VCS-Directories: sci-libs/scotch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce X-VCS-Branch: master Date: Thu, 21 Mar 2024 03:16:47 +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: d4ecb2fc-0d98-4ccf-aebd-2ee2d636d4d5 X-Archives-Hash: 15db52ba5faafff2fceb3c77fc1f7e26 commit: 598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce Author: Eli Schwartz gmail com> AuthorDate: Thu Mar 21 01:26:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 21 03:16:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598d2aea sci-libs/scotch: remove redundant double sed Introduced in commit 4af10b0593cbc3fa93b62b3755ba2bed748dbf7d as part of other changes. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-libs/scotch/scotch-7.0.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/scotch/scotch-7.0.1-r1.ebuild b/sci-libs/scotch/scotch-7.0.1-r1.ebuild index 39afc59e85ee..2c9d51f1b1e0 100644 --- a/sci-libs/scotch/scotch-7.0.1-r1.ebuild +++ b/sci-libs/scotch/scotch-7.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -66,7 +66,6 @@ src_prepare() { -e "s/-O3/${CFLAGS} -pthread/" \ -e "s/= ar$/= $(tc-getAR)/" \ -e "s/= ranlib$/= $(tc-getRANLIB)/" \ - -e "s/= ranlib$/= $(tc-getRANLIB)/" \ -e "/^LDFLAGS/ s/$/ ${LDFLAGS}/" \ src/Make.inc/Makefile.inc.i686_pc_linux3 > src/Makefile.inc || die }