From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maxcso/
Date: Mon, 9 May 2022 19:12:35 +0000 (UTC) [thread overview]
Message-ID: <1652122990.ee3a9c8f98f7fa85460ca41017e80e85deaa705a.sam@gentoo> (raw)
commit: ee3a9c8f98f7fa85460ca41017e80e85deaa705a
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun May 8 15:57:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 9 19:03:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3a9c8f
dev-util/maxcso: Use tc-getPKG_CONFIG
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/25387
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/maxcso/maxcso-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-util/maxcso/maxcso-9999.ebuild b/dev-util/maxcso/maxcso-9999.ebuild
index a9f29908ada6..611358136bda 100644
--- a/dev-util/maxcso/maxcso-9999.ebuild
+++ b/dev-util/maxcso/maxcso-9999.ebuild
@@ -18,16 +18,16 @@ fi
LICENSE="ISC MIT LGPL-2.1+ Apache-2.0"
SLOT="0"
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
+DEPEND="
app-arch/lz4
dev-libs/libuv
sys-libs/zlib
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
}
src_install() {
next reply other threads:[~2022-05-09 19:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-09 19:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-29 16:14 [gentoo-commits] repo/gentoo:master commit in: dev-util/maxcso/ Mike Gilbert
2024-02-23 8:40 Viorel Munteanu
2024-02-23 8:40 Viorel Munteanu
2023-02-22 9:32 Sam James
2022-10-29 21:32 Sam James
2022-05-09 19:13 Sam James
2021-12-05 3:55 Sam James
2021-12-05 3:53 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652122990.ee3a9c8f98f7fa85460ca41017e80e85deaa705a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox