Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/meschach/
Date: Tue, 03 Mar 2020 16:04:15
Message-Id: 1583251446.6d1e3db6701844b2c79251c482943e88cfde5c52.andrewammerlaan@gentoo
1 commit: 6d1e3db6701844b2c79251c482943e88cfde5c52
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Mar 3 16:04:06 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 3 16:04:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d1e3db6
7
8 sci-libs/meschach: Styling fix
9
10 no need to add README to DOCS, it is already in default DOCS
11
12 Package-Manager: Portage-2.3.89, Repoman-2.3.20
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 sci-libs/meschach/meschach-1.2b.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/sci-libs/meschach/meschach-1.2b.ebuild b/sci-libs/meschach/meschach-1.2b.ebuild
19 index e74f820..e03916d 100644
20 --- a/sci-libs/meschach/meschach-1.2b.ebuild
21 +++ b/sci-libs/meschach/meschach-1.2b.ebuild
22 @@ -16,6 +16,7 @@ http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/${PN}_${PV}-14.debi
23 LICENSE="meschach"
24 SLOT="0"
25 KEYWORDS="~amd64"
26 +
27 IUSE="complex +double float munroll old segmem sparse unroll"
28 REQUIRED_USE="
29 ^^ ( double float )
30 @@ -26,8 +27,6 @@ PATCHES=(
31 "${WORKDIR}/debian/patches/${PN}_${PV}-13.configure.diff"
32 )
33
34 -DOCS=( README )
35 -
36 src_prepare() {
37 default
38 sed -i -- 's/CFLAGS = -O3 -fPIC/CFLAGS = @CFLAGS@ -fPIC/g' makefile.in