diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-01-01 13:46:38 -0700 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-01-01 13:47:29 -0700 |
commit | 7560dc07e6745acb68aa584bd402c02c0e2a14d1 (patch) | |
tree | d6006afef2e7c429d201055e7705944a410f1f1e /sci-libs/fftw/fftw-9999.ebuild | |
parent | sys-libs/libstdc++-v3: Fix build with glibc-2.26, bug 637608 (diff) | |
download | gentoo-7560dc07e6745acb68aa584bd402c02c0e2a14d1.tar.gz gentoo-7560dc07e6745acb68aa584bd402c02c0e2a14d1.tar.bz2 gentoo-7560dc07e6745acb68aa584bd402c02c0e2a14d1.zip |
sci-libs/fftw: live ebuild update (bug #642726)
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sci-libs/fftw/fftw-9999.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild index 53961f54350e..af34cba86168 100644 --- a/sci-libs/fftw/fftw-9999.ebuild +++ b/sci-libs/fftw/fftw-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,10 +59,6 @@ src_prepare() { # fix info file for category directory if [[ ${PV} = *9999 ]]; then - sed -i -e - 's/Texinfo documentation system/Libraries/' \ - doc/fftw3."info" || die "failed to fix info file" - eautoreconf fi } |