diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-03-04 21:39:14 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-03-04 21:39:14 +0000 |
commit | 37bc32a999e38c5a31ba91c039184676547adffe (patch) | |
tree | a7fe541d74de49d78af1b54de3676ae07af999d9 /www-client/phantomjs | |
parent | Removed already fixed test exceptions for root (diff) | |
download | gentoo-2-37bc32a999e38c5a31ba91c039184676547adffe.tar.gz gentoo-2-37bc32a999e38c5a31ba91c039184676547adffe.tar.bz2 gentoo-2-37bc32a999e38c5a31ba91c039184676547adffe.zip |
Add subslot dependency on dev-libs/icu
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'www-client/phantomjs')
-rw-r--r-- | www-client/phantomjs/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/phantomjs/phantomjs-1.9.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/phantomjs/ChangeLog b/www-client/phantomjs/ChangeLog index 6d131174ca13..df8fa964963a 100644 --- a/www-client/phantomjs/ChangeLog +++ b/www-client/phantomjs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/phantomjs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.12 2014/02/13 15:55:36 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.13 2014/03/04 21:39:14 dilfridge Exp $ + + 04 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> + phantomjs-1.9.7.ebuild: + Add subslot dependency on dev-libs/icu 13 Feb 2014; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml: I do not maintain this package any longer. diff --git a/www-client/phantomjs/phantomjs-1.9.7.ebuild b/www-client/phantomjs/phantomjs-1.9.7.ebuild index 5b84366e4cfd..9687ac4ec684 100644 --- a/www-client/phantomjs/phantomjs-1.9.7.ebuild +++ b/www-client/phantomjs/phantomjs-1.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild,v 1.1 2014/02/13 15:54:50 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.7.ebuild,v 1.2 2014/03/04 21:39:14 dilfridge Exp $ EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" -RDEPEND="dev-libs/icu +RDEPEND="dev-libs/icu:= dev-libs/openssl media-libs/fontconfig media-libs/freetype" |