From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AE1A138334 for ; Thu, 20 Dec 2018 16:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A0B2E0BAD; Thu, 20 Dec 2018 16:17:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA02E0BAD for ; Thu, 20 Dec 2018 16:17:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66CDA335CC8 for ; Thu, 20 Dec 2018 16:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540412A7 for ; Thu, 20 Dec 2018 16:17:41 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1545322507.86c5479fa7b12f81f11fc38033bfc9859eabf0ff.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/metalog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/metalog/metalog-20181125.ebuild X-VCS-Directories: app-admin/metalog/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 86c5479fa7b12f81f11fc38033bfc9859eabf0ff X-VCS-Branch: master Date: Thu, 20 Dec 2018 16:17:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bcf300f3-a8bd-4950-b3ca-ecdccacf991d X-Archives-Hash: d3b66dafacbc77a133041ca8a8033707 commit: 86c5479fa7b12f81f11fc38033bfc9859eabf0ff Author: YiFei Zhu gmail com> AuthorDate: Sun Nov 25 00:40:56 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Thu Dec 20 16:15:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c5479f app-admin/metalog: DEPEND on sys-devel/autoconf-archive Its autoconf requires AX_CHECK_COMPILE_FLAG macro from sys-devel/autoconf-archive, or otherwise configure will fail with syntax error from unexpanded macro invocation. Closes: https://bugs.gentoo.org/671464 Closes: https://github.com/gentoo/gentoo/pull/10473 Bug: https://bugs.gentoo.org/670757 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: YiFei Zhu gmail.com> Signed-off-by: Benda Xu gentoo.org> app-admin/metalog/metalog-20181125.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/metalog/metalog-20181125.ebuild b/app-admin/metalog/metalog-20181125.ebuild index 25657e4a752..a1ff860c0ea 100644 --- a/app-admin/metalog/metalog-20181125.ebuild +++ b/app-admin/metalog/metalog-20181125.ebuild @@ -15,6 +15,7 @@ IUSE="unicode" RDEPEND=">=dev-libs/libpcre-3.4" DEPEND="${RDEPEND} + sys-devel/autoconf-archive virtual/pkgconfig" S="${WORKDIR}/${PN}-${P}"