sci-mathematics/rstudio: Fix typo in rstudio-0.99.473 s/cmake/qmake/

Package-Manager: portage-2.2.20.1
This commit is contained in:
Mark Wright
2015-08-27 12:54:12 +10:00
parent adbc9428f6
commit 35c81bdb8b

View File

@@ -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