diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-12-23 21:33:01 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-12-23 21:33:01 +0000 |
commit | 63769d0524440cab6dffe9e7123f754c14a88f0c (patch) | |
tree | 52f23d60969935cdc121267cfd600ca264c091fe /sci-mathematics | |
parent | Let grub-mkconfig only use scripts that are executable (bug #494716) (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-mathematics/rstudio/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/rstudio/rstudio-0.98.490.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/rstudio/ChangeLog b/sci-mathematics/rstudio/ChangeLog index 33b26538eef5..de81e0ded54b 100644 --- a/sci-mathematics/rstudio/ChangeLog +++ b/sci-mathematics/rstudio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rstudio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.8 2013/12/14 13:43:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rstudio/ChangeLog,v 1.9 2013/12/23 21:33:01 hasufell Exp $ + + 23 Dec 2013; Julian Ospald <hasufell@gentoo.org> rstudio-0.98.490.ebuild: + fix build with +server wrt #494362 *rstudio-0.98.490 (14 Dec 2013) 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 |