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 B9D6B1382C5 for ; Tue, 20 Apr 2021 11:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1762E0875; Tue, 20 Apr 2021 11:56:49 +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 A52B0E0875 for ; Tue, 20 Apr 2021 11:56:49 +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 9FA37335C78 for ; Tue, 20 Apr 2021 11:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098D859C for ; Tue, 20 Apr 2021 11:56:46 +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: <1618919438.5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dropwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild X-VCS-Directories: dev-util/dropwatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d X-VCS-Branch: master Date: Tue, 20 Apr 2021 11:56:46 +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: 0337397d-9719-4fae-b3b5-bdd5c64c5da5 X-Archives-Hash: 246bbf9557f725b9b6b5ebabc4ed4616 commit: 5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d Author: Sam James gentoo org> AuthorDate: Tue Apr 20 11:39:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 20 11:50:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ebe8c dev-util/dropwatch: export PKG_CONFIG Closes: https://bugs.gentoo.org/784299 Signed-off-by: Sam James gentoo.org> dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild index f4d2002b7f7..2ed2cddf6d8 100644 --- a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild +++ b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ PATCHES=( ) src_compile() { + tc-export PKG_CONFIG emake CC="$(tc-getCC)" -C src }