Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fftw/
Date: Mon, 01 Jan 2018 20:47:40
Message-Id: 1514839649.7560dc07e6745acb68aa584bd402c02c0e2a14d1.junghans@gentoo
1 commit: 7560dc07e6745acb68aa584bd402c02c0e2a14d1
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 20:46:38 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 20:47:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560dc07
7
8 sci-libs/fftw: live ebuild update (bug #642726)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sci-libs/fftw/fftw-9999.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild
16 index 53961f54350..af34cba8616 100644
17 --- a/sci-libs/fftw/fftw-9999.ebuild
18 +++ b/sci-libs/fftw/fftw-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -59,10 +59,6 @@ src_prepare() {
26
27 # fix info file for category directory
28 if [[ ${PV} = *9999 ]]; then
29 - sed -i -e
30 - 's/Texinfo documentation system/Libraries/' \
31 - doc/fftw3."info" || die "failed to fix info file"
32 -
33 eautoreconf
34 fi
35 }