diff options
author | Mark Wright <gienah@gentoo.org> | 2020-05-23 22:38:30 +1000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-05-23 22:42:07 +1000 |
commit | 5cd7d05c21a5c868639e4a46165b738c20358208 (patch) | |
tree | 43aa46d14e9a7d355bf2c4825cb6a1b8c2ab0951 /sci-mathematics | |
parent | sci-mathematics/rstudio: Remove old (diff) | |
download | gentoo-5cd7d05c21a5c868639e4a46165b738c20358208.tar.gz gentoo-5cd7d05c21a5c868639e4a46165b738c20358208.tar.bz2 gentoo-5cd7d05c21a5c868639e4a46165b738c20358208.zip |
sci-mathematics/rstudio: Patch 1.2.5033 for boost 1.73.0
Remove redundant dodir.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.2.5033.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/rstudio/rstudio-1.2.5042.ebuild | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild index 88b8f9d905b8..77f9349a116e 100644 --- a/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.2.5033.ebuild @@ -99,6 +99,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.2.1335-core.patch "${FILESDIR}"/${PN}-1.2.1335-boost-1.70.0_p1.patch "${FILESDIR}"/${PN}-1.2.1335-boost-1.70.0_p2.patch + "${FILESDIR}"/${PN}-1.2.5042-boost-1.73.0.patch ) src_unpack() { @@ -208,7 +209,6 @@ src_install() { cmake-utils_src_install use dedicated || pax-mark m "${ED}/usr/bin/rstudio" doconfd "${FILESDIR}"/rstudio-server.conf - dodir /etc/rstudio insinto /etc/rstudio doins "${FILESDIR}"/rsession.conf dosym ../conf.d/rstudio-server.conf /etc/rstudio/rserver.conf diff --git a/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild b/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild index 2de83f6f633f..4fadf59d2d1e 100644 --- a/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild +++ b/sci-mathematics/rstudio/rstudio-1.2.5042.ebuild @@ -209,7 +209,6 @@ src_install() { cmake-utils_src_install use dedicated || pax-mark m "${ED}/usr/bin/rstudio" doconfd "${FILESDIR}"/rstudio-server.conf - dodir /etc/rstudio insinto /etc/rstudio doins "${FILESDIR}"/rsession.conf dosym ../conf.d/rstudio-server.conf /etc/rstudio/rserver.conf |