Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dropwatch/
Date: Tue, 20 Apr 2021 11:56:50
Message-Id: 1618919438.5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d.sam@gentoo
1 commit: 5e6ebe8c5bfd23906b7ff98d7c64eb771e523a5d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 11:39:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 11:50:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ebe8c
7
8 dev-util/dropwatch: export PKG_CONFIG
9
10 Closes: https://bugs.gentoo.org/784299
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
17 index f4d2002b7f7..2ed2cddf6d8 100644
18 --- a/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
19 +++ b/dev-util/dropwatch/dropwatch-1.4_p20150706.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -27,6 +27,7 @@ PATCHES=(
27 )
28
29 src_compile() {
30 + tc-export PKG_CONFIG
31 emake CC="$(tc-getCC)" -C src
32 }