diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:03:39 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 22:03:39 +0300 |
commit | 326e535209bd3be261502dd9ba0e0b6444ab1fe7 (patch) | |
tree | a109c69fcc6814a04aebb3e6e03b2e3fdd17c2b2 /sci-mathematics/rstudio/rstudio-1.1.453.ebuild | |
parent | dev-libs/libpwquality: migrate to sys-libs/pam (diff) | |
download | gentoo-326e535209bd3be261502dd9ba0e0b6444ab1fe7.tar.gz gentoo-326e535209bd3be261502dd9ba0e0b6444ab1fe7.tar.bz2 gentoo-326e535209bd3be261502dd9ba0e0b6444ab1fe7.zip |
sci-mathematics/rstudio: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-mathematics/rstudio/rstudio-1.1.453.ebuild')
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild index 7736e77fe6ac..9c47ef9b01c2 100644 --- a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild @@ -78,9 +78,9 @@ RDEPEND=" >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT} >=dev-qt/qtxml-${QT_VER}:${QT_SLOT} >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT} - server? ( virtual/pam ) + server? ( sys-libs/pam ) ) - dedicated? ( virtual/pam ) + dedicated? ( sys-libs/pam ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )" DEPEND="${RDEPEND} |