summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2018-07-03 12:37:21 +1000
committerMark Wright <gienah@gentoo.org>2018-07-03 12:38:45 +1000
commitd9c2dbc923a64ce929596357f22f9d04c16250ac (patch)
treed4246ea002f72208b3432860280c760a28e3c076 /sci-mathematics/rstudio/rstudio-1.1.453.ebuild
parentsci-mathematics/rstudio: Bump to 1.1.453 (diff)
downloadgentoo-d9c2dbc923a64ce929596357f22f9d04c16250ac.tar.gz
gentoo-d9c2dbc923a64ce929596357f22f9d04c16250ac.tar.bz2
gentoo-d9c2dbc923a64ce929596357f22f9d04c16250ac.zip
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
Diffstat (limited to 'sci-mathematics/rstudio/rstudio-1.1.453.ebuild')
-rw-r--r--sci-mathematics/rstudio/rstudio-1.1.453.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
index 35c991b9bd17..b69961db0c96 100644
--- a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
+++ b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
@@ -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