commit: e39e7974d5b5e207662c272efefde2c653db08e4
Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 23:03:19 2017 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Nov 9 04:09:42 2017 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=e39e7974
net-im/prosody: fix failure at configure
Upstream commit 8283:330a8627e41d (configure: Remove unused "require
config" option) removed the configure argument which is used by ebuild.
This caused emerge failure.
net-im/prosody/prosody-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/prosody/prosody-9999.ebuild
b/net-im/prosody/prosody-9999.ebuild
index adce109..a9dafe0 100644
--- a/net-im/prosody/prosody-9999.ebuild
+++ b/net-im/prosody/prosody-9999.ebuild
@@ -111,7 +111,7 @@ src_configure() {
--runwith="${lua}" \
--with-lua-include="$($(tc-getPKG_CONFIG) --variable includedir
${lua})" \
--with-lua-lib="$($(tc-getPKG_CONFIG) --variable libdir
${lua})" \
- --require-config "${myconf[@]}" || die "configure failed"
+ "${myconf[@]}" || die "configure failed"
}
src_compile() {