commit: 35c81bdb8b1c860bd93d247af2fadc664fe923de
Author: Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 02:54:12 2015 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 02:54:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c81bdb
sci-mathematics/rstudio: Fix typo in rstudio-0.99.473 s/cmake/qmake/
Package-Manager: portage-2.2.20.1
sci-mathematics/rstudio/rstudio-0.99.473.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/rstudio/rstudio-0.99.473.ebuild
b/sci-mathematics/rstudio/rstudio-0.99.473.ebuild
index f98cffe..a5221e7 100644
--- a/sci-mathematics/rstudio/rstudio-0.99.473.ebuild
+++ b/sci-mathematics/rstudio/rstudio-0.99.473.ebuild
@@ -154,7 +154,7 @@ src_configure() {
-DDISTRO_SHARE=share/${PN}
$(cmake-utils_use !dedicated RSTUDIO_INSTALL_FREEDESKTOP)
-DRSTUDIO_TARGET=$(usex dedicated "Server" "$(usex server
"Development" "Desktop")")
- -DQT_QMAKE_EXECUTABLE="${EROOT}"usr/lib64/qt5/bin/cmake
+ -DQT_QMAKE_EXECUTABLE="${EROOT}"usr/lib64/qt5/bin/qmake
)
cmake-utils_src_configure