diff options
author | 2012-12-08 04:39:15 +0000 | |
---|---|---|
committer | 2012-12-08 04:39:15 +0000 | |
commit | d4ab8fd214ca6e56f369b83c948518d954873576 (patch) | |
tree | 3de3debd784c8fab5c2883d36592602415b05514 /www-client/chromium/chromium-9999-r1.ebuild | |
parent | Dev channel bump. Remove old. (diff) | |
download | gentoo-2-d4ab8fd214ca6e56f369b83c948518d954873576.tar.gz gentoo-2-d4ab8fd214ca6e56f369b83c948518d954873576.tar.bz2 gentoo-2-d4ab8fd214ca6e56f369b83c948518d954873576.zip |
Dev channel bump. EAPI 5, slot-operator deps for v8 (bug #436422 by floppym). Use system protobuf, bug #350250 by nelchael.
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client/chromium/chromium-9999-r1.ebuild')
-rw-r--r-- | www-client/chromium/chromium-9999-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild index f56fd8913c0a..40540eecd716 100644 --- a/www-client/chromium/chromium-9999-r1.ebuild +++ b/www-client/chromium/chromium-9999-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.149 2012/12/02 22:21:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.150 2012/12/08 04:39:15 phajdan.jr Exp $ -EAPI="4" +EAPI="5" PYTHON_DEPEND="2:2.6" CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he @@ -26,7 +26,7 @@ RDEPEND="app-arch/bzip2 dev-libs/libgcrypt >=net-print/cups-1.3.11 ) - >=dev-lang/v8-3.15.1.2 + >=dev-lang/v8-3.15.7.2:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 @@ -34,6 +34,7 @@ RDEPEND="app-arch/bzip2 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 + dev-libs/protobuf gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 @@ -221,7 +222,6 @@ src_prepare() { \! -path 'third_party/openmax/*' \ \! -path 'third_party/opus/*' \ \! -path 'third_party/ots/*' \ - \! -path 'third_party/protobuf/*' \ \! -path 'third_party/pywebsocket/*' \ \! -path 'third_party/qcms/*' \ \! -path 'third_party/re2/*' \ @@ -301,6 +301,7 @@ src_configure() { -Duse_system_libwebp=1 -Duse_system_libxml=1 -Duse_system_minizip=1 + -Duse_system_protobuf=1 -Duse_system_speex=1 -Duse_system_v8=1 -Duse_system_xdg_utils=1 |