summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/phantomjs/ChangeLog5
-rw-r--r--www-client/phantomjs/phantomjs-1.9.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/phantomjs/ChangeLog b/www-client/phantomjs/ChangeLog
index d51d86d02b06..09a134487e63 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.9 2013/04/29 16:46:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.10 2013/09/25 18:26:55 radhermit Exp $
+
+ 25 Sep 2013; Tim Harder <radhermit@gentoo.org> phantomjs-1.9.0.ebuild:
+ Add unzip build dep (bug #485970).
29 Apr 2013; Mike Frysinger <vapier@gentoo.org> phantomjs-1.9.0.ebuild:
Clean up random problems (but does not fix them all -- see #409991).
diff --git a/www-client/phantomjs/phantomjs-1.9.0.ebuild b/www-client/phantomjs/phantomjs-1.9.0.ebuild
index 810019df7607..9e30612a5f96 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.5 2013/04/29 16:46:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild,v 1.6 2013/09/25 18:26:55 radhermit Exp $
EAPI=5
@@ -20,6 +20,7 @@ RDEPEND="dev-libs/icu
media-libs/fontconfig
media-libs/freetype"
DEPEND="${RDEPEND}
+ app-arch/unzip
virtual/pkgconfig"
src_prepare() {