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 9857313835A for ; Tue, 24 Nov 2020 10:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E858AE0841; Tue, 24 Nov 2020 10:54:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0A28E0841 for ; Tue, 24 Nov 2020 10:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ED37F340FAB for ; Tue, 24 Nov 2020 10:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E967468 for ; Tue, 24 Nov 2020 10:54:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1606174355.3b65672bf79705a9926cbceaa475a960b5e49294.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/skia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/skia/skia-80_p20191220-r1.ebuild media-libs/skia/skia-80_p20191220.ebuild X-VCS-Directories: media-libs/skia/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3b65672bf79705a9926cbceaa475a960b5e49294 X-VCS-Branch: master Date: Tue, 24 Nov 2020 10:54:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3927b7b6-0fa2-452b-ae09-1a6d3b07bcb6 X-Archives-Hash: 91bb301758ef3c16ba26ce133fa1d8e2 commit: 3b65672bf79705a9926cbceaa475a960b5e49294 Author: Theo Anderson posteo de> AuthorDate: Mon Nov 23 23:32:35 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Nov 23 23:32:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b65672b media-libs/skia: explicit inherit toolchain-funcs Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> media-libs/skia/skia-80_p20191220-r1.ebuild | 2 +- media-libs/skia/skia-80_p20191220.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/skia/skia-80_p20191220-r1.ebuild b/media-libs/skia/skia-80_p20191220-r1.ebuild index 708bfe37..7f224415 100644 --- a/media-libs/skia/skia-80_p20191220-r1.ebuild +++ b/media-libs/skia/skia-80_p20191220-r1.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python2_7 ) -inherit ninja-utils python-any-r1 +inherit ninja-utils python-any-r1 toolchain-funcs #https://github.com/google/skia/blob/master/include/core/SkMilestone.h COMMIT="1c9ebb50024f80f3bf289838298e15185d8f6966" diff --git a/media-libs/skia/skia-80_p20191220.ebuild b/media-libs/skia/skia-80_p20191220.ebuild index 7de65b68..938bcfe2 100644 --- a/media-libs/skia/skia-80_p20191220.ebuild +++ b/media-libs/skia/skia-80_p20191220.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python2_7 ) -inherit ninja-utils python-any-r1 +inherit ninja-utils python-any-r1 toolchain-funcs #https://github.com/google/skia/blob/master/include/core/SkMilestone.h COMMIT="1c9ebb50024f80f3bf289838298e15185d8f6966"