summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-12-23 21:33:01 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-12-23 21:33:01 +0000
commit63769d0524440cab6dffe9e7123f754c14a88f0c (patch)
tree52f23d60969935cdc121267cfd600ca264c091fe /sci-mathematics/rstudio/rstudio-0.98.490.ebuild
parentLet grub-mkconfig only use scripts that are executable (bug #494716) (diff)
downloadgentoo-2-63769d0524440cab6dffe9e7123f754c14a88f0c.tar.gz
gentoo-2-63769d0524440cab6dffe9e7123f754c14a88f0c.tar.bz2
gentoo-2-63769d0524440cab6dffe9e7123f754c14a88f0c.zip
fix build with +server wrt #494362
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'sci-mathematics/rstudio/rstudio-0.98.490.ebuild')
-rw-r--r--sci-mathematics/rstudio/rstudio-0.98.490.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/rstudio/rstudio-0.98.490.ebuild b/sci-mathematics/rstudio/rstudio-0.98.490.ebuild
index c372f2c7ad4b..f90f92d30df5 100644
--- a/sci-mathematics/rstudio/rstudio-0.98.490.ebuild
+++ b/sci-mathematics/rstudio/rstudio-0.98.490.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/rstudio-0.98.490.ebuild,v 1.1 2013/12/14 13:43:05 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/rstudio-0.98.490.ebuild,v 1.2 2013/12/23 21:33:01 hasufell Exp $
EAPI=5
@@ -93,7 +93,7 @@ src_configure() {
local mycmakeargs=(
-DDISTRO_SHARE=share/${PN}
$(cmake-utils_use !dedicated RSTUDIO_INSTALL_FREEDESKTOP)
- -DRSTUDIO_TARGET=$(usex dedicated "Server" "$(usex server "All" "Desktop")")
+ -DRSTUDIO_TARGET=$(usex dedicated "Server" "$(usex server "Development" "Desktop")")
)
cmake-utils_src_configure