commit:     a57c78336e7c44f8d02f8591479953c181368b24
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 03:13:25 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 03:13:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57c7833

www-client/chromium: use bundled jinja

Bug: https://bugs.gentoo.org/605140

Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18

 www-client/chromium/chromium-57.0.2970.0.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/www-client/chromium/chromium-57.0.2970.0.ebuild 
b/www-client/chromium/chromium-57.0.2970.0.ebuild
index 01935c6..771fbdb 100644
--- a/www-client/chromium/chromium-57.0.2970.0.ebuild
+++ b/www-client/chromium/chromium-57.0.2970.0.ebuild
@@ -114,8 +114,6 @@ DEPEND="${COMMON_DEPEND}
                dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
                >=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]
                dev-python/html5lib[${PYTHON_USEDEP}]
-               dev-python/jinja[${PYTHON_USEDEP}]
-               dev-python/ply[${PYTHON_USEDEP}]
                dev-python/simplejson[${PYTHON_USEDEP}]
        ')
 "
@@ -125,8 +123,6 @@ python_check_deps() {
        has_version --host-root 
"dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]" &&
        has_version --host-root 
">=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" &&
        has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" &&
-       has_version --host-root "dev-python/jinja[${PYTHON_USEDEP}]" &&
-       has_version --host-root "dev-python/ply[${PYTHON_USEDEP}]" &&
        has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]"
 }
 
@@ -161,7 +157,6 @@ For other desktop environments, try one of the following:
 
 PATCHES=(
        "${FILESDIR}/${PN}-system-ffmpeg-r4.patch"
-       "${FILESDIR}/${PN}-system-jinja-r14.patch"
        "${FILESDIR}/${PN}-widevine-r1.patch"
 )
 
@@ -255,6 +250,7 @@ src_prepare() {
                third_party/hunspell
                third_party/iccjpeg
                third_party/inspector_protocol
+               third_party/jinja2
                third_party/jstemplate
                third_party/khronos
                third_party/leveldatabase
@@ -271,6 +267,7 @@ src_prepare() {
                third_party/libyuv
                third_party/lss
                third_party/lzma_sdk
+               third_party/markupsafe
                third_party/mesa
                third_party/modp_b64
                third_party/mt19937ar
@@ -289,6 +286,7 @@ src_prepare() {
                third_party/pdfium/third_party/libpng16
                third_party/pdfium/third_party/libtiff
                third_party/pdfium/third_party/zlib_v128
+               third_party/ply
                third_party/polymer
                third_party/protobuf
                third_party/protobuf/third_party/six

Reply via email to