summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2021-01-05 14:45:42 +0300
committerEray Aslan <eras@gentoo.org>2021-01-05 14:49:07 +0300
commit422b66f60fa9a707c247350ab770d71666f79521 (patch)
tree064dbcb22da8f23d8d115c1c1aa2dfe7c65394b5 /net-mail/dovecot/files
parentnet-mail/ezmlm-idx: bump to 7.2.2 (diff)
downloadgentoo-422b66f60fa9a707c247350ab770d71666f79521.tar.gz
gentoo-422b66f60fa9a707c247350ab770d71666f79521.tar.bz2
gentoo-422b66f60fa9a707c247350ab770d71666f79521.zip
net-mail/dovecot: remove experimental ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-mail/dovecot/files')
-rw-r--r--net-mail/dovecot/files/dovecot-2.3.11.3-autoconf-lua-version.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mail/dovecot/files/dovecot-2.3.11.3-autoconf-lua-version.patch b/net-mail/dovecot/files/dovecot-2.3.11.3-autoconf-lua-version.patch
deleted file mode 100644
index 5572271929ef..000000000000
--- a/net-mail/dovecot/files/dovecot-2.3.11.3-autoconf-lua-version.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/m4/want_lua.m4
-+++ b/m4/want_lua.m4
-@@ -13,13 +13,12 @@
- AC_MSG_RESULT([$with_lua])
-
- AS_IF([test "x$with_lua" != "xno"],
-- [for LUAPC in lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do
-+ [
- PKG_CHECK_MODULES([LUA], $LUAPC >= 5.1, [
- AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua])
- with_lua=yes
- ], [LUAPC=""]) # otherwise pkg_check will fail
- if test "x$LUA_LIBS" != "x"; then break; fi
-- done
- ])
-
- AS_IF([test "x$with_lua" = "xyes"], [