commit: 6d1e3db6701844b2c79251c482943e88cfde5c52 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Mar 3 16:04:06 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Mar 3 16:04:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d1e3db6
sci-libs/meschach: Styling fix no need to add README to DOCS, it is already in default DOCS Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-libs/meschach/meschach-1.2b.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/meschach/meschach-1.2b.ebuild b/sci-libs/meschach/meschach-1.2b.ebuild index e74f820..e03916d 100644 --- a/sci-libs/meschach/meschach-1.2b.ebuild +++ b/sci-libs/meschach/meschach-1.2b.ebuild @@ -16,6 +16,7 @@ http://cdn-fastly.deb.debian.org/debian/pool/main/m/meschach/${PN}_${PV}-14.debi LICENSE="meschach" SLOT="0" KEYWORDS="~amd64" + IUSE="complex +double float munroll old segmem sparse unroll" REQUIRED_USE=" ^^ ( double float ) @@ -26,8 +27,6 @@ PATCHES=( "${WORKDIR}/debian/patches/${PN}_${PV}-13.configure.diff" ) -DOCS=( README ) - src_prepare() { default sed -i -- 's/CFLAGS = -O3 -fPIC/CFLAGS = @CFLAGS@ -fPIC/g' makefile.in
