summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-20 21:26:17 -0400
committerSam James <sam@gentoo.org>2024-03-21 03:16:04 +0000
commit598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce (patch)
treed361e2fead0ed2eed946d6934df4282cf8ddb0ad /sci-libs
parentapp-doc/gimp-help: add PYTHON_COMPAT 3.12 (diff)
downloadgentoo-598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce.tar.gz
gentoo-598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce.tar.bz2
gentoo-598d2aea0a81d5cf3957a7d32ba987bdb81ed3ce.zip
sci-libs/scotch: remove redundant double sed
Introduced in commit 4af10b0593cbc3fa93b62b3755ba2bed748dbf7d as part of other changes. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/scotch/scotch-7.0.1-r1.ebuild3
1 files changed, 1 insertions, 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
}