diff options
author | David Seifert <soap@gentoo.org> | 2017-11-19 13:51:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-19 13:52:33 +0100 |
commit | 0a0a9052913d333a0e8ff5145702563ea3d9b730 (patch) | |
tree | 97fc8615826b9c3a8f608a64382a6e5a813bd734 /sci-mathematics/rstudio | |
parent | sci-mathematics/rstudio: Remove old (diff) | |
download | gentoo-0a0a9052913d333a0e8ff5145702563ea3d9b730.tar.gz gentoo-0a0a9052913d333a0e8ff5145702563ea3d9b730.tar.bz2 gentoo-0a0a9052913d333a0e8ff5145702563ea3d9b730.zip |
sci-mathematics/rstudio: [QA] Add cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/636660
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics/rstudio')
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.1.368.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.1.368.ebuild b/sci-mathematics/rstudio/rstudio-1.1.368.ebuild index 38ac6d8ddf2f..221887f8aa32 100644 --- a/sci-mathematics/rstudio/rstudio-1.1.368.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.1.368.ebuild @@ -133,7 +133,7 @@ src_unpack() { } src_prepare() { - default + cmake-utils_src_prepare java-pkg-2_src_prepare egit_clean |