Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclperl/
Date: Sat, 06 Oct 2018 19:30:21
Message-Id: 1538854192.7509222b8344080295c27d5f125169e39fae5bec.tupone@gentoo
1 commit: 7509222b8344080295c27d5f125169e39fae5bec
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 19:29:52 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 19:29:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7509222b
7
8 dev-tcltk/tclperl: require symcat.h
9
10 Closes: https://bugs.gentoo.org/561904
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-tcltk/tclperl/tclperl-3.2-r1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild b/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild
18 index b151af67051..64e82c79a3e 100644
19 --- a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild
20 +++ b/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,7 +16,8 @@ IUSE=""
28
29 DEPEND="
30 >=dev-lang/tcl-8.3.3:0
31 - >=dev-lang/perl-5.6.0"
32 + >=dev-lang/perl-5.6.0
33 + sys-libs/binutils-libs"
34 RDEPEND="${DEPEND}"
35
36 src_compile() {