Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 655408

Summary: sci-mathematics/rstudio-1.1.383-r1 : libressl FLAG
Product: Gentoo Linux Reporter: Fernando Canales <f_cana>
Component: Current packagesAssignee: Mark Wright <gienah>
Status: RESOLVED FIXED    
Severity: enhancement CC: jstein
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild with the libressl flag

Description Fernando Canales 2018-05-10 17:46:50 UTC
Created attachment 530762 [details]
ebuild with the libressl flag

Hello!

This is my first submission.
 
I've been working with rstudio under libressl without problems so I suggest adding the libressl FLAG to the ebuild.

In the attachment I've rewritten the ebuild as follow:
I add "libressl" to IUSE in line 48
I add !libressl? ( dev-libs/openssl:0 )
	libressl? ( dev-libs/libressl:0 )
instead of dev-libs/openssl:0 in RDEPEND

Have fun!

Ferchus
Comment 1 Larry the Git Cow gentoo-dev 2018-07-03 02:39:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c2dbc923a64ce929596357f22f9d04c16250ac

commit d9c2dbc923a64ce929596357f22f9d04c16250ac
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2018-07-03 02:37:21 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2018-07-03 02:38:45 +0000

    sci-mathematics/rstudio: Add USE libressl
    
    Thanks to Fernando Canales for the fix for 655408.
    Thanks Harris Landgarten, Volkmar Glauche, sobham and
    yuri.from.spb@gmail.com for reporting that 1.0.153 failed to
    build with R 3.4.1, this should be fixed in 1.1383 and
    later.
    Closes: https://bugs.gentoo.org/655408
    Closes: https://bugs.gentoo.org/626062
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)