diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:41:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:41:09 +0000 |
commit | 41cedee7560a7b3a283ffa9bb3ab95623c3066ca (patch) | |
tree | 79bf82040a21ee03c1a1007253f6ed08144244ce /www-client/phantomjs/phantomjs-1.3.0.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | historical-41cedee7560a7b3a283ffa9bb3ab95623c3066ca.tar.gz historical-41cedee7560a7b3a283ffa9bb3ab95623c3066ca.tar.bz2 historical-41cedee7560a7b3a283ffa9bb3ab95623c3066ca.zip |
Move Qt dependencies to the new category
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'www-client/phantomjs/phantomjs-1.3.0.ebuild')
-rw-r--r-- | www-client/phantomjs/phantomjs-1.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/phantomjs/phantomjs-1.3.0.ebuild b/www-client/phantomjs/phantomjs-1.3.0.ebuild index 857f1afd9dcb..492ba271e30e 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-2012 Gentoo Foundation +# 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.3.0.ebuild,v 1.3 2012/07/19 16:29:08 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.3.0.ebuild,v 1.4 2013/03/02 23:40:56 hwoarang Exp $ EAPI="2" @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples python" -RDEPEND="x11-libs/qt-webkit:4 +RDEPEND="dev-qt/qtwebkit:4 python? ( dev-python/PyQt4 )" DEPEND="${RDEPEND}" |