diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:11:28 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:11:28 +0300 |
commit | 08943b6a61c4bb76f56173785da127aaa9ac0978 (patch) | |
tree | d1aa99b52c1506cb4a8df0a0159652754f6a6365 /sci-mathematics | |
parent | dev-db/cpp-driver: remove libressl support (diff) | |
download | gentoo-08943b6a61c4bb76f56173785da127aaa9ac0978.tar.gz gentoo-08943b6a61c4bb76f56173785da127aaa9ac0978.tar.bz2 gentoo-08943b6a61c4bb76f56173785da127aaa9ac0978.zip |
sci-mathematics/rstudio: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.3.1093.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild index af87bd08951d..4fee0074c081 100644 --- a/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.3.1093.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ SRC_URI=" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="dedicated libressl server" +IUSE="dedicated server" RDEPEND=" >=app-text/pandoc-${PANDOC_VER} @@ -75,8 +75,8 @@ RDEPEND=" acct-user/rstudio-server acct-group/rstudio-server ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= )" + dev-libs/openssl:0= + " DEPEND="${RDEPEND} app-arch/unzip dev-java/ant-core |