summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-04-25 21:11:29 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-04-25 21:11:29 +0000
commitf86366cc5c6f8c90380fb66033806fb2d422e21d (patch)
tree926029a427b700cd25ad85e56658780935d6679b /www-client/phantomjs
parentchange git source to point to github (diff)
downloadgentoo-2-f86366cc5c6f8c90380fb66033806fb2d422e21d.tar.gz
gentoo-2-f86366cc5c6f8c90380fb66033806fb2d422e21d.tar.bz2
gentoo-2-f86366cc5c6f8c90380fb66033806fb2d422e21d.zip
Needs icu.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'www-client/phantomjs')
-rw-r--r--www-client/phantomjs/ChangeLog5
-rw-r--r--www-client/phantomjs/phantomjs-1.9.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/phantomjs/ChangeLog b/www-client/phantomjs/ChangeLog
index 13846a0eec21..741d4ca3ed19 100644
--- a/www-client/phantomjs/ChangeLog
+++ b/www-client/phantomjs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/phantomjs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.6 2013/04/25 19:36:22 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.7 2013/04/25 21:11:29 zx2c4 Exp $
+
+ 25 Apr 2013; Jason A. Donenfeld <zx2c4@gentoo.org> phantomjs-1.9.0.ebuild:
+ Needs icu.
*phantomjs-1.9.0 (25 Apr 2013)
diff --git a/www-client/phantomjs/phantomjs-1.9.0.ebuild b/www-client/phantomjs/phantomjs-1.9.0.ebuild
index b8c0e5712f58..0475ff61079e 100644
--- a/www-client/phantomjs/phantomjs-1.9.0.ebuild
+++ b/www-client/phantomjs/phantomjs-1.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild,v 1.1 2013/04/25 19:36:22 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild,v 1.2 2013/04/25 21:11:29 zx2c4 Exp $
EAPI=5
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
-DEPEND="media-libs/fontconfig media-libs/freetype"
+DEPEND="media-libs/fontconfig media-libs/freetype dev-libs/icu"
RDEPEND="${DEPEND}"