commit: 9445706c8848d9817ff7c5a8757eac257e333c67 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:32:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9445706c
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 f66ed060dc5..a6bab7a77e4 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