diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-09-25 18:26:55 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-09-25 18:26:55 +0000 |
commit | 063ec81428cc405805834d48482e2adc08389fbc (patch) | |
tree | 2ac470c645ef48f049b06648e2ba125768ef0136 /www-client/phantomjs | |
parent | Version bump (bug #485704) (diff) | |
download | gentoo-2-063ec81428cc405805834d48482e2adc08389fbc.tar.gz gentoo-2-063ec81428cc405805834d48482e2adc08389fbc.tar.bz2 gentoo-2-063ec81428cc405805834d48482e2adc08389fbc.zip |
Add unzip build dep (bug #485970).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-client/phantomjs')
-rw-r--r-- | www-client/phantomjs/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/phantomjs/phantomjs-1.9.0.ebuild | 3 |
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() { |