summaryrefslogtreecommitdiff
path: root/dev-lang/lua/files/lua-5.1-readline.patch
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-10-13 15:19:37 +0200
committerDavid Seifert <soap@gentoo.org>2022-10-13 15:19:37 +0200
commit1bc1f784b5c91f2e0be1aa06b155cff958ba22a0 (patch)
tree21d762765183e8dc6e8b1bb2019d8d2ce3d49311 /dev-lang/lua/files/lua-5.1-readline.patch
parent115a282aa40682be4ff237a73d463e101cf415b4 (diff)
downloadgentoo-1bc1f784b5c91f2e0be1aa06b155cff958ba22a0.tar.gz
gentoo-1bc1f784b5c91f2e0be1aa06b155cff958ba22a0.tar.bz2
gentoo-1bc1f784b5c91f2e0be1aa06b155cff958ba22a0.zip
dev-lang/lua: drop 5.1.5-r109, 5.3.6-r5, 5.4.4-r2
Bug: https://bugs.gentoo.org/520480 Bug: https://bugs.gentoo.org/717780 Closes: https://bugs.gentoo.org/460114 Closes: https://bugs.gentoo.org/462064 Closes: https://bugs.gentoo.org/539826 Closes: https://bugs.gentoo.org/627330 Closes: https://bugs.gentoo.org/689598 Closes: https://bugs.gentoo.org/706378 Closes: https://bugs.gentoo.org/791772 Closes: https://bugs.gentoo.org/834153 Closes: https://bugs.gentoo.org/834911 Closes: https://bugs.gentoo.org/843320 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/lua/files/lua-5.1-readline.patch')
-rw-r--r--dev-lang/lua/files/lua-5.1-readline.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-lang/lua/files/lua-5.1-readline.patch b/dev-lang/lua/files/lua-5.1-readline.patch
deleted file mode 100644
index f144861efb6b..000000000000
--- a/dev-lang/lua/files/lua-5.1-readline.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- lua-5.1.1.orig/src/luaconf.h 2006-04-10 20:27:23.000000000 +0200
-+++ lua-5.1.1/src/luaconf.h 2006-11-15 14:53:07.000000000 +0100
-@@ -36,7 +36,6 @@
- #if defined(LUA_USE_LINUX)
- #define LUA_USE_POSIX
- #define LUA_USE_DLOPEN /* needs an extra library: -ldl */
--#define LUA_USE_READLINE /* needs some extra libraries */
- #endif
-
- #if defined(LUA_USE_MACOSX)