diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-19 16:29:08 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-19 16:29:08 +0000 |
commit | f3e20fdc731e014ef1618b454e814df21571ab34 (patch) | |
tree | 8fdf73c8959a5721855bddcbb10a6faab947dfa0 /www-client/phantomjs | |
parent | Add missing slot dependencies on KDE and Qt. (diff) | |
download | gentoo-2-f3e20fdc731e014ef1618b454e814df21571ab34.tar.gz gentoo-2-f3e20fdc731e014ef1618b454e814df21571ab34.tar.bz2 gentoo-2-f3e20fdc731e014ef1618b454e814df21571ab34.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'www-client/phantomjs')
-rw-r--r-- | www-client/phantomjs/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/phantomjs/phantomjs-1.3.0.ebuild | 6 | ||||
-rw-r--r-- | www-client/phantomjs/phantomjs-1.4.1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/www-client/phantomjs/ChangeLog b/www-client/phantomjs/ChangeLog index 10970c7ddcdf..bdbc8dea9cb7 100644 --- a/www-client/phantomjs/ChangeLog +++ b/www-client/phantomjs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/phantomjs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.3 2012/01/17 16:11:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.4 2012/07/19 16:29:08 kensington Exp $ + + 19 Jul 2012; Michael Palimaka <kensington@gentoo.org> phantomjs-1.3.0.ebuild, + phantomjs-1.4.1.ebuild: + Add missing slot dependencies on Qt. *phantomjs-1.4.1 (17 Jan 2012) @@ -15,4 +19,3 @@ 27 Nov 2011; Mike Frysinger <vapier@gentoo.org> +phantomjs-1.3.0.ebuild, +metadata.xml: Initial ebuild by me. - diff --git a/www-client/phantomjs/phantomjs-1.3.0.ebuild b/www-client/phantomjs/phantomjs-1.3.0.ebuild index fd3849c8be47..857f1afd9dcb 100644 --- a/www-client/phantomjs/phantomjs-1.3.0.ebuild +++ b/www-client/phantomjs/phantomjs-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild,v 1.2 2011/12/01 20:51:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild,v 1.3 2012/07/19 16:29:08 kensington Exp $ EAPI="2" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples python" -RDEPEND="x11-libs/qt-webkit +RDEPEND="x11-libs/qt-webkit:4 python? ( dev-python/PyQt4 )" DEPEND="${RDEPEND}" diff --git a/www-client/phantomjs/phantomjs-1.4.1.ebuild b/www-client/phantomjs/phantomjs-1.4.1.ebuild index 2126fc20777d..c0792e92a4d2 100644 --- a/www-client/phantomjs/phantomjs-1.4.1.ebuild +++ b/www-client/phantomjs/phantomjs-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild,v 1.1 2012/01/17 16:11:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.4.1.ebuild,v 1.2 2012/07/19 16:29:08 kensington Exp $ EAPI="2" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples python" -RDEPEND="x11-libs/qt-webkit +RDEPEND="x11-libs/qt-webkit:4 python? ( dev-python/PyQt4 )" DEPEND="${RDEPEND}" |