Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655408 - sci-mathematics/rstudio-1.1.383-r1 : libressl FLAG
Summary: sci-mathematics/rstudio-1.1.383-r1 : libressl FLAG
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-05-10 17:46 UTC by Fernando Canales
Modified: 2018-07-03 02:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild with the libressl flag (rstudio-1.1.383-r1.ebuild,8.20 KB, text/plain)
2018-05-10 17:46 UTC, Fernando Canales
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)