summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiFei Zhu <zhuyifei1999@gmail.com>2018-11-24 18:40:56 -0600
committerBenda Xu <heroxbd@gentoo.org>2018-12-21 00:15:07 +0800
commit86c5479fa7b12f81f11fc38033bfc9859eabf0ff (patch)
tree091f9249dc98c9e117c4e013fd6c94e51bab19e8 /app-admin
parentsci-electronics/gazebo: bump to 9.6.0 (diff)
downloadgentoo-86c5479fa7b12f81f11fc38033bfc9859eabf0ff.tar.gz
gentoo-86c5479fa7b12f81f11fc38033bfc9859eabf0ff.tar.bz2
gentoo-86c5479fa7b12f81f11fc38033bfc9859eabf0ff.zip
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@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/metalog/metalog-20181125.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-admin/metalog/metalog-20181125.ebuild b/app-admin/metalog/metalog-20181125.ebuild
index 25657e4a7521..a1ff860c0eaf 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}"