public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lua:master commit in: net-im/prosody/
Date: Thu,  9 Nov 2017 04:09:58 +0000 (UTC)	[thread overview]
Message-ID: <1510200582.e39e7974d5b5e207662c272efefde2c653db08e4.mva@gentoo> (raw)

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() {


             reply	other threads:[~2017-11-09  4:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-09  4:09 Vadim A. Misbakh-Soloviov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-08 16:19 [gentoo-commits] proj/lua:master commit in: net-im/prosody/ Vadim A. Misbakh-Soloviov
2016-01-05 22:37 Vadim A. Misbakh-Soloviov
2015-02-26 10:42 Vadim A. Misbakh-Soloviov
2013-09-13 12:49 Vadim A. Misbakh-Soloviov
2013-09-13  5:11 Vadim A. Misbakh-Soloviov
2013-06-15  9:10 Vadim A. Misbakh-Soloviov
2013-05-22 21:56 Vadim A. Misbakh-Soloviov
2012-08-05  2:33 Misbakh-Soloviev Vadim A.
2012-08-04 16:55 Misbakh-Soloviev Vadim A.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510200582.e39e7974d5b5e207662c272efefde2c653db08e4.mva@gentoo \
    --to=mva@mva.name \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox