Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/
Date: Tue, 03 Jul 2018 02:39:12
Message-Id: 1530585525.d9c2dbc923a64ce929596357f22f9d04c16250ac.gienah@gentoo
1 commit: d9c2dbc923a64ce929596357f22f9d04c16250ac
2 Author: Mark Wright <gienah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 02:37:21 2018 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 02:38:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c2dbc9
7
8 sci-mathematics/rstudio: Add USE libressl
9
10 Thanks to Fernando Canales for the fix for 655408.
11 Thanks Harris Landgarten, Volkmar Glauche, sobham and
12 yuri.from.spb <AT> gmail.com for reporting that 1.0.153 failed to
13 build with R 3.4.1, this should be fixed in 1.1383 and
14 later.
15 Closes: https://bugs.gentoo.org/655408
16 Closes: https://bugs.gentoo.org/626062
17 Package-Manager: Portage-2.3.41, Repoman-2.3.9
18
19 sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 7 ++++---
20 1 file changed, 4 insertions(+), 3 deletions(-)
21
22 diff --git a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
23 index 35c991b9bd1..b69961db0c9 100644
24 --- a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
25 +++ b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
26 @@ -45,7 +45,7 @@ SRC_URI="
27 LICENSE="AGPL-3"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 -IUSE="dedicated server"
31 +IUSE="dedicated libressl server"
32
33 QT_VER=5.4
34 QT_SLOT=5
35 @@ -55,7 +55,6 @@ RDEPEND="
36 >=dev-lang/R-2.11.1
37 >=dev-libs/boost-1.63:=
38 >=dev-libs/mathjax-2.7.4
39 - dev-libs/openssl:0
40 sys-apps/util-linux
41 >=sys-devel/clang-3.5.0:*
42 sys-libs/zlib
43 @@ -81,7 +80,9 @@ RDEPEND="
44 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
45 server? ( virtual/pam )
46 )
47 - dedicated? ( virtual/pam )"
48 + dedicated? ( virtual/pam )
49 + !libressl? ( dev-libs/openssl:0 )
50 + libressl? ( dev-libs/libressl:0 )"
51 DEPEND="${RDEPEND}
52 app-arch/unzip
53 dev-java/ant-core