Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/x11-ssh-askpass/
Date: Mon, 01 Feb 2016 01:35:36
Message-Id: 1454290521.31dbe3ac88656a14f83832490690745f8f2b030e.cardoe@gentoo
1 commit: 31dbe3ac88656a14f83832490690745f8f2b030e
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 01:34:46 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 01:35:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dbe3ac
7
8 net-misc/x11-ssh-askpass: improve build DEPEND
9
10 John David <ebo <AT> swcp.com> identified an issue when building with
11 x11-misc/imake-1.0.6 so set the DEPEND to 1.0.7 and newer, which John
12 reports fixes the issue.
13
14 Gentoo-Bug: 522418
15
16 Package-Manager: portage-2.2.26
17 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
18
19 net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
23 index 016c3ac..67909fd 100644
24 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
25 +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild
26 @@ -20,7 +20,7 @@ RDEPEND="virtual/ssh
27 x11-libs/libICE"
28
29 DEPEND="${RDEPEND}
30 - x11-misc/imake
31 + >=x11-misc/imake-1.0.7
32 app-text/rman"
33
34 src_compile() {