sci-mathematics/rstudio: Add USE libressl
authorMark Wright <gienah@gentoo.org>
Tue, 3 Jul 2018 02:37:21 +0000 (12:37 +1000)
committerMark Wright <gienah@gentoo.org>
Tue, 3 Jul 2018 02:38:45 +0000 (12:38 +1000)
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

index 35c991b9bd178bd0b8f541bc11ecac7de214c2c8..b69961db0c9663042124e7f3dfcc41266f5ea8fa 100644 (file)
@@ -45,7 +45,7 @@ SRC_URI="
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dedicated server"
+IUSE="dedicated libressl server"
 
 QT_VER=5.4
 QT_SLOT=5
@@ -55,7 +55,6 @@ RDEPEND="
        >=dev-lang/R-2.11.1
        >=dev-libs/boost-1.63:=
        >=dev-libs/mathjax-2.7.4
-       dev-libs/openssl:0
        sys-apps/util-linux
        >=sys-devel/clang-3.5.0:*
        sys-libs/zlib
@@ -81,7 +80,9 @@ RDEPEND="
                >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
                server? ( virtual/pam )
        )
-       dedicated? ( virtual/pam )"
+       dedicated? ( virtual/pam )
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( dev-libs/libressl:0 )"
 DEPEND="${RDEPEND}
        app-arch/unzip
        dev-java/ant-core