diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2019-10-08 10:34:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-10-20 13:41:04 +0200 |
commit | 1d8da75364e901d0d0af5c8bfc04dcc055de12cb (patch) | |
tree | d85f688c10d870aa51e8ebf9a44e9d2048d389a3 | |
parent | dev-ml/camlp5: ocaml version upper bound (diff) | |
download | gentoo-1d8da75364e901d0d0af5c8bfc04dcc055de12cb.tar.gz gentoo-1d8da75364e901d0d0af5c8bfc04dcc055de12cb.tar.bz2 gentoo-1d8da75364e901d0d0af5c8bfc04dcc055de12cb.zip |
sci-mathematics/rstudio: depend on qtwebengine[widgets]
Closes: https://bugs.gentoo.org/696940
Closes: https://github.com/gentoo/gentoo/pull/13209
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.2.1335.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild b/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild index 90a42d77b246..2e857a99a3a5 100644 --- a/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild @@ -75,7 +75,7 @@ RDEPEND=" >=dev-qt/qtsql-${QT_VER}:${QT_SLOT} >=dev-qt/qtsvg-${QT_VER}:${QT_SLOT} >=dev-qt/qtwebchannel-${QT_VER}:${QT_SLOT} - >=dev-qt/qtwebengine-${QT_VER}:${QT_SLOT} + >=dev-qt/qtwebengine-${QT_VER}:${QT_SLOT}[widgets] >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT} >=dev-qt/qtxml-${QT_VER}:${QT_SLOT} >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT} |