summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-06-09 21:08:46 +0200
committerAaron Bauman <bman@gentoo.org>2019-06-17 20:34:54 -0400
commitc37166dd897f09efda7b95e56e955a504d66f5e4 (patch)
tree2e6c7510d407bf787a20fb6a9d5d341a5d484d90 /dev-lang/R/files/R-2.11.1-parallel.patch
parentnet-vpn/i2p: remove unused file (diff)
downloadgentoo-c37166dd897f09efda7b95e56e955a504d66f5e4.tar.gz
gentoo-c37166dd897f09efda7b95e56e955a504d66f5e4.tar.bz2
gentoo-c37166dd897f09efda7b95e56e955a504d66f5e4.zip
dev-lang/R: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12229 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-lang/R/files/R-2.11.1-parallel.patch')
-rw-r--r--dev-lang/R/files/R-2.11.1-parallel.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/R/files/R-2.11.1-parallel.patch b/dev-lang/R/files/R-2.11.1-parallel.patch
deleted file mode 100644
index c713d335badd..000000000000
--- a/dev-lang/R/files/R-2.11.1-parallel.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fix ocasional failure with parallel install
-Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=322965
-R bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14505
-
-Patch by Sebastien Fabbro
-
---- src/include/Makefile.in.orig 2010-06-15 18:18:54.000000000 +0000
-+++ src/include/Makefile.in 2010-06-15 18:19:48.000000000 +0000
-@@ -81,7 +81,7 @@
- Rmath.h0: $(srcdir)/Rmath.h0.in $(top_builddir)/config.status
- @cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
--install: installdirs install-intl-@USE_INCLUDED_LIBINTL@
-+install: $(OBJ_HEADERS) installdirs install-intl-@USE_INCLUDED_LIBINTL@
- @for d in $(SUBDIRS); do \
- (cd $${d} && $(MAKE) $@) || exit 1; \
- done