Gentoo Archives: gentoo-commits

From: Dion Moult <moult@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/phantomjs/
Date: Mon, 21 Sep 2015 09:56:23
Message-Id: 1442828589.4c5140e79c08447de8c8ebe72054a2b7905e5682.moult@gentoo
1 commit: 4c5140e79c08447de8c8ebe72054a2b7905e5682
2 Author: Dion Moult <moult <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 07:51:59 2015 +0000
4 Commit: Dion Moult <moult <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 09:43:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5140e7
7
8 www-client/phantomjs: fix requirement on EC so that it compiles (bug #550920)
9
10 Package-Manager: portage-2.2.15
11
12 www-client/phantomjs/phantomjs-2.0.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/www-client/phantomjs/phantomjs-2.0.0.ebuild b/www-client/phantomjs/phantomjs-2.0.0.ebuild
16 index 977809b..6b6a81d 100644
17 --- a/www-client/phantomjs/phantomjs-2.0.0.ebuild
18 +++ b/www-client/phantomjs/phantomjs-2.0.0.ebuild
19 @@ -27,6 +27,7 @@ RDEPEND="dev-libs/icu:=
20 virtual/jpeg:0"
21 DEPEND="${RDEPEND}
22 ${RUBY_DEPS}
23 + net-misc/openssh[-bindist]
24 app-arch/unzip
25 virtual/pkgconfig"