From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-839417-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F2C813888F for <garchives@archives.gentoo.org>; Sat, 10 Oct 2015 16:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEA1E07EE; Sat, 10 Oct 2015 16:29:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86462E07EE for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2015 16:29:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45592340687 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2015 16:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C90B1B9 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Oct 2015 16:29:04 +0000 (UTC) From: "Dirkjan Ochtman" <djc@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" <djc@gentoo.org> Message-ID: <1444494518.f5007f9e5e719f563f2361058c223b56f867bf29.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/couchdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/couchdb/couchdb-1.6.1-r2.ebuild X-VCS-Directories: dev-db/couchdb/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: f5007f9e5e719f563f2361058c223b56f867bf29 X-VCS-Branch: master Date: Sat, 10 Oct 2015 16:29:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4a2a92a-e7b4-4d5f-a937-b684fcc85c12 X-Archives-Hash: 0d44631add245506a4c69cf8e0734ed2 commit: f5007f9e5e719f563f2361058c223b56f867bf29 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 16:27:41 2015 +0000 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 16:28:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5007f9e dev-db/couchdb: eautoreconf after patching configure.ac (bug 561436) Package-Manager: portage-2.2.20.1 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild index e100d6b..506dabe 100644 --- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild +++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild @@ -36,6 +36,7 @@ pkg_setup() { src_prepare() { sed -i ./src/couchdb/priv/Makefile.* -e 's|-Werror||g' epatch "${FILESDIR}/${PV}-erlang-18.patch" + eautoreconf } src_configure() {