summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-08-27 12:54:12 +1000
committerMark Wright <gienah@gentoo.org>2015-08-27 12:54:12 +1000
commit35c81bdb8b1c860bd93d247af2fadc664fe923de (patch)
treee4fbb45b3b2506a5006a8ce149228f9130bcc738 /sci-mathematics/rstudio
parentnet-firewall/iptables: fix from upstream for static builds #558234 (diff)
downloadgentoo-35c81bdb8b1c860bd93d247af2fadc664fe923de.tar.gz
gentoo-35c81bdb8b1c860bd93d247af2fadc664fe923de.tar.bz2
gentoo-35c81bdb8b1c860bd93d247af2fadc664fe923de.zip
sci-mathematics/rstudio: Fix typo in rstudio-0.99.473 s/cmake/qmake/
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-mathematics/rstudio')
-rw-r--r--sci-mathematics/rstudio/rstudio-0.99.473.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/rstudio/rstudio-0.99.473.ebuild b/sci-mathematics/rstudio/rstudio-0.99.473.ebuild
index f98cffe1dab8..a5221e797634 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