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 5B1381382C5 for ; Tue, 29 Dec 2020 20:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 885B8E0CFD; Tue, 29 Dec 2020 20:45:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6E083E0CFD for ; Tue, 29 Dec 2020 20:45:07 +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 2C05F34147E for ; Tue, 29 Dec 2020 20:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92810D0 for ; Tue, 29 Dec 2020 20:45:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609274702.9c7fdab8aa3119101050cb0b735c6fb0461a204b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/pjproject/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/pjproject/pjproject-2.10.ebuild net-libs/pjproject/pjproject-2.9-r2.ebuild X-VCS-Directories: net-libs/pjproject/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c7fdab8aa3119101050cb0b735c6fb0461a204b X-VCS-Branch: master Date: Tue, 29 Dec 2020 20:45:04 +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: 0ec35d99-db2a-4ea2-9baf-ec1f3ef88d1f X-Archives-Hash: dcc8806db2e1ee9407b7d0069265cf00 commit: 9c7fdab8aa3119101050cb0b735c6fb0461a204b Author: Jaco Kroon uls co za> AuthorDate: Tue Dec 29 07:05:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 29 20:45:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7fdab8 media-libs/pjproject: inherit toolchain-funcs Fixes: IndirectInherits: version 2.9-r2: toolchain-funcs: indirect inherit usage: 'tc-getCC', line 84 IndirectInherits: version 2.10: toolchain-funcs: indirect inherit usage: 'tc-getCC', line 84 Signed-off-by: Jaco Kroon uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/18864 Signed-off-by: Sam James gentoo.org> net-libs/pjproject/pjproject-2.10.ebuild | 2 +- net-libs/pjproject/pjproject-2.9-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/pjproject/pjproject-2.10.ebuild b/net-libs/pjproject/pjproject-2.10.ebuild index ffbd5925409..5c724042f61 100644 --- a/net-libs/pjproject/pjproject-2.10.ebuild +++ b/net-libs/pjproject/pjproject-2.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" HOMEPAGE="https://www.pjsip.org/" diff --git a/net-libs/pjproject/pjproject-2.9-r2.ebuild b/net-libs/pjproject/pjproject-2.9-r2.ebuild index de54ebdfa60..74665390b36 100644 --- a/net-libs/pjproject/pjproject-2.9-r2.ebuild +++ b/net-libs/pjproject/pjproject-2.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic +inherit autotools flag-o-matic toolchain-funcs DESCRIPTION="Open source SIP, Media, and NAT Traversal Library" HOMEPAGE="https://www.pjsip.org/"