commit: 86c5479fa7b12f81f11fc38033bfc9859eabf0ff Author: YiFei Zhu <zhuyifei1999 <AT> gmail <DOT> com> AuthorDate: Sun Nov 25 00:40:56 2018 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> 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 <zhuyifei1999 <AT> gmail.com> Signed-off-by: Benda Xu <heroxbd <AT> 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}"
