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
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(-)