From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 78C7B139695 for ; Wed, 19 Apr 2017 21:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8556E0C44; Wed, 19 Apr 2017 21:00:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 845E0E0C44 for ; Wed, 19 Apr 2017 21:00:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 750DA34164B for ; Wed, 19 Apr 2017 21:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3327743A for ; Wed, 19 Apr 2017 21:00:12 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1492634389.702da39ce75491b2dd91b612ad86e2d6ee585b8e.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.52.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 702da39ce75491b2dd91b612ad86e2d6ee585b8e X-VCS-Branch: master Date: Wed, 19 Apr 2017 21:00:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13996dc5-8eac-45fa-a7a7-1efff2ca5bc4 X-Archives-Hash: c8347bf25a3f52e7c1f08033c8aee258 commit: 702da39ce75491b2dd91b612ad86e2d6ee585b8e Author: Ian Stakenvicius gentoo org> AuthorDate: Wed Apr 19 20:31:22 2017 +0000 Commit: Ian Stakenvicius gentoo 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