commit: d0b8036f8b6c998f0cd1f5f975e04ec61d2cfe9f Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Fri Mar 8 01:06:32 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 11:09:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b8036f
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 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/abyss/abyss-2.3.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 }
