commit:     b5ca7094608362020c06f80bb01ee6b872c029c0
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 11:51:51 2021 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 11:52:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca7094

dev-lang/R: fix econf arguments.

mjo has forgotten to append '\' to include the arguments after lto.

Reference: 
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3b5b20fe9c71906a674908c8dd08d38706804b

Closes: https://bugs.gentoo.org/801928
Closes: https://github.com/gentoo/gentoo/pull/21626

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 dev-lang/R/R-4.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/R/R-4.1.0-r1.ebuild b/dev-lang/R/R-4.1.0-r1.ebuild
index 3972132499a..ebf4b5c27c2 100644
--- a/dev-lang/R/R-4.1.0-r1.ebuild
+++ b/dev-lang/R/R-4.1.0-r1.ebuild
@@ -136,7 +136,7 @@ src_configure() {
                --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
                rdocdir="${EPREFIX}/usr/share/doc/${PF}" \
                $(use_enable java) \
-               $(use_enable lto lto R)
+               $(use_enable lto lto R) \
                $(use_enable nls) \
                $(use_enable openmp) \
                $(use_enable profile R-profiling) \

Reply via email to