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/maxcso/
Date: Mon, 09 May 2022 19:12:39
Message-Id: 1652122990.ee3a9c8f98f7fa85460ca41017e80e85deaa705a.sam@gentoo
1 commit: ee3a9c8f98f7fa85460ca41017e80e85deaa705a
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Sun May 8 15:57:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 19:03:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3a9c8f
7
8 dev-util/maxcso: Use tc-getPKG_CONFIG
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/gentoo/pull/25387
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/maxcso/maxcso-9999.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/maxcso/maxcso-9999.ebuild b/dev-util/maxcso/maxcso-9999.ebuild
18 index a9f29908ada6..611358136bda 100644
19 --- a/dev-util/maxcso/maxcso-9999.ebuild
20 +++ b/dev-util/maxcso/maxcso-9999.ebuild
21 @@ -18,16 +18,16 @@ fi
22 LICENSE="ISC MIT LGPL-2.1+ Apache-2.0"
23 SLOT="0"
24
25 -BDEPEND="virtual/pkgconfig"
26 -RDEPEND="
27 +DEPEND="
28 app-arch/lz4
29 dev-libs/libuv
30 sys-libs/zlib
31 "
32 -DEPEND="${RDEPEND}"
33 +RDEPEND="${DEPEND}"
34 +BDEPEND="virtual/pkgconfig"
35
36 src_compile() {
37 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
38 + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
39 }
40
41 src_install() {