commit: 5e3ee80f763d2bca679c7a5b3bb6e3c6aba92268
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 19:40:47 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 21:04:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e3ee80f
sci-astronomy/psfex: removed useless sed
sci-astronomy/psfex/psfex-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/sci-astronomy/psfex/psfex-9999.ebuild
b/sci-astronomy/psfex/psfex-9999.ebuild
index b8ab124..4a5fedc 100644
--- a/sci-astronomy/psfex/psfex-9999.ebuild
+++ b/sci-astronomy/psfex/psfex-9999.ebuild
@@ -42,8 +42,6 @@ src_prepare() {
-e "s/AC_CHECK_LIB(lapack/AC_CHECK_LIB(${myclapack}/g" \
-i acx_atlas.m4 || die
- # fix for newer plplot
- sed -e 's/plcol(/plcol0(/g' -i src/cplot.c || die
eautoreconf
subversion_src_prepare
}