Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/files/
Date: Wed, 31 Mar 2021 19:51:54
Message-Id: 1617220230.1a2cdb4f630c00f7d1271ce095a32fce5d95b637.conikost@gentoo
1 commit: 1a2cdb4f630c00f7d1271ce095a32fce5d95b637
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Mar 29 18:04:24 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 19:50:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2cdb4f
7
8 www-client/elinks: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/20185
11 Package-Manager: Portage-3.0.17, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch b/www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch
19 deleted file mode 100644
20 index 380dce51f0d..00000000000
21 --- a/www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -https://github.com/rkd77/felinks/pull/61
25 -
26 ---- a/src/scripting/ruby/core.h
27 -+++ b/src/scripting/ruby/core.h
28 -@@ -21,7 +21,7 @@
29 - #define RB_ERRINFO (ruby_errinfo)
30 - #endif
31 -
32 --VALUE erb_module;
33 -+extern VALUE erb_module;
34 -
35 - void alert_ruby_error(struct session *ses, unsigned char *msg);
36 - void erb_report_error(struct session *ses, int state);