commit:     702da39ce75491b2dd91b612ad86e2d6ee585b8e
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 20:31:22 2017 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 20:39:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=702da39c

mozconfig-v6.52.eclass: remove obsolete USE=skia conditional on arm

Thanks to Zdeněk Žamberský for the patch.

Bug: http://bugs.gentoo.org/615896

 eclass/mozconfig-v6.52.eclass | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index f66ed06..a6bab7a 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -328,10 +328,6 @@ mozconfig_config() {
        fi
        if [[ ${CHOST} == armv* ]] ; then
                mozconfig_annotate '' --with-float-abi=hard
-               if ! use skia ; then
-                       mozconfig_annotate 'Gentoo forces skia for arm' 
--enable-skia
-               fi
-
                if ! use system-libvpx ; then
                        sed -i -e "s|softfp|hard|" \
                                "${S}"/media/libvpx/moz.build

Reply via email to