Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/
Date: Sun, 02 May 2021 20:11:53
Message-Id: 1619986288.08943b6a61c4bb76f56173785da127aaa9ac0978.zlogene@gentoo
1 commit: 08943b6a61c4bb76f56173785da127aaa9ac0978
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 20:11:28 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 20:11:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08943b6a
7
8 sci-mathematics/rstudio: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sci-mathematics/rstudio/rstudio-1.3.1093.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild
17 index af87bd08951..4fee0074c08 100644
18 --- a/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild
19 +++ b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -28,7 +28,7 @@ SRC_URI="
27 LICENSE="AGPL-3"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 -IUSE="dedicated libressl server"
31 +IUSE="dedicated server"
32
33 RDEPEND="
34 >=app-text/pandoc-${PANDOC_VER}
35 @@ -75,8 +75,8 @@ RDEPEND="
36 acct-user/rstudio-server
37 acct-group/rstudio-server
38 )
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )"
41 + dev-libs/openssl:0=
42 + "
43 DEPEND="${RDEPEND}
44 app-arch/unzip
45 dev-java/ant-core