summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-03-29 20:04:24 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-03-31 21:50:30 +0200
commit1a2cdb4f630c00f7d1271ce095a32fce5d95b637 (patch)
tree22482fbcc7a279f079bcf0452802756a24b8938e
parentdev-lua/luaposix: drop old version (diff)
downloadgentoo-1a2cdb4f630c00f7d1271ce095a32fce5d95b637.tar.gz
gentoo-1a2cdb4f630c00f7d1271ce095a32fce5d95b637.tar.bz2
gentoo-1a2cdb4f630c00f7d1271ce095a32fce5d95b637.zip
www-client/elinks: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/20185 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch13
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index 380dce51f0dc..000000000000
--- a/www-client/elinks/files/elinks-0.13.4-ruby-gcc10.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/rkd77/felinks/pull/61
-
---- a/src/scripting/ruby/core.h
-+++ b/src/scripting/ruby/core.h
-@@ -21,7 +21,7 @@
- #define RB_ERRINFO (ruby_errinfo)
- #endif
-
--VALUE erb_module;
-+extern VALUE erb_module;
-
- void alert_ruby_error(struct session *ses, unsigned char *msg);
- void erb_report_error(struct session *ses, int state);