commit: 7509222b8344080295c27d5f125169e39fae5bec Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Oct 6 19:29:52 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Oct 6 19:29:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7509222b
dev-tcltk/tclperl: require symcat.h Closes: https://bugs.gentoo.org/561904 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-tcltk/tclperl/tclperl-3.2-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild b/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild index b151af67051..64e82c79a3e 100644 --- a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild +++ b/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,8 @@ IUSE="" DEPEND=" >=dev-lang/tcl-8.3.3:0 - >=dev-lang/perl-5.6.0" + >=dev-lang/perl-5.6.0 + sys-libs/binutils-libs" RDEPEND="${DEPEND}" src_compile() {
