summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-04-19 16:31:22 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-04-19 16:32:46 -0400
commit9445706c8848d9817ff7c5a8757eac257e333c67 (patch)
tree0ff313349829438514c49343917339c0cba6b21b /eclass/mozconfig-v6.52.eclass
parentprofiles: Remove unicore32 from QEMU_USER_TARGETS (diff)
downloadgentoo-9445706c8848d9817ff7c5a8757eac257e333c67.tar.gz
gentoo-9445706c8848d9817ff7c5a8757eac257e333c67.tar.bz2
gentoo-9445706c8848d9817ff7c5a8757eac257e333c67.zip
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
Diffstat (limited to 'eclass/mozconfig-v6.52.eclass')
-rw-r--r--eclass/mozconfig-v6.52.eclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index f66ed060dc53..a6bab7a77e4c 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