From e39e7974d5b5e207662c272efefde2c653db08e4 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Wed, 8 Nov 2017 23:03:19 +0000 Subject: 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() { -- cgit v1.2.3-65-gdbad