summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2016-01-31 19:34:46 -0600
committerDoug Goldstein <cardoe@gentoo.org>2016-01-31 19:35:21 -0600
commit31dbe3ac88656a14f83832490690745f8f2b030e (patch)
treebd27f1b637e707912560e7422fe1866c8af57ae6
parentMerge remote-tracking branch 'github/pr/744'. (diff)
downloadgentoo-31dbe3ac88656a14f83832490690745f8f2b030e.tar.gz
gentoo-31dbe3ac88656a14f83832490690745f8f2b030e.tar.bz2
gentoo-31dbe3ac88656a14f83832490690745f8f2b030e.zip
net-misc/x11-ssh-askpass: improve build DEPEND
John David <ebo@swcp.com> identified an issue when building with x11-misc/imake-1.0.6 so set the DEPEND to 1.0.7 and newer, which John reports fixes the issue. Gentoo-Bug: 522418 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
index 016c3ac0df22..67909fd92a91 100644
--- 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
@@ -20,7 +20,7 @@ RDEPEND="virtual/ssh
x11-libs/libICE"
DEPEND="${RDEPEND}
- x11-misc/imake
+ >=x11-misc/imake-1.0.7
app-text/rman"
src_compile() {