summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-07 20:06:32 -0500
committerSam James <sam@gentoo.org>2024-03-08 11:09:00 +0000
commitd0b8036f8b6c998f0cd1f5f975e04ec61d2cfe9f (patch)
treea5985dd433cc09ba17899f547049b2b9b8350490
parentprofiles/arch: mask mongodb USE flag for mail-mta/postfix (diff)
downloadgentoo-d0b8036f8b6c998f0cd1f5f975e04ec61d2cfe9f.tar.gz
gentoo-d0b8036f8b6c998f0cd1f5f975e04ec61d2cfe9f.tar.bz2
gentoo-d0b8036f8b6c998f0cd1f5f975e04ec61d2cfe9f.zip
sci-biology/abyss: remove useless sed
It seds out something that hasn't existed since 2012: https://github.com/bcgsc/abyss/commit/ded065d3b257e72ceb70ad3f6dd399019b00b46e Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-biology/abyss/abyss-2.3.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-biology/abyss/abyss-2.3.4.ebuild b/sci-biology/abyss/abyss-2.3.4.ebuild
index c2e1ffd29b32..437975eb357a 100644
--- a/sci-biology/abyss/abyss-2.3.4.ebuild
+++ b/sci-biology/abyss/abyss-2.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -44,7 +44,6 @@ pkg_setup() {
src_prepare() {
default
sed -i -e "s/-Werror//" configure.ac || die #365195
- sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
eautoreconf
}