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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82B1F158090 for ; Mon, 9 May 2022 19:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA050E0878; Mon, 9 May 2022 19:12:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0690E0878 for ; Mon, 9 May 2022 19:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6363C3414D2 for ; Mon, 9 May 2022 19:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7465FD3 for ; Mon, 9 May 2022 19:12:35 +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: <1652122990.ee3a9c8f98f7fa85460ca41017e80e85deaa705a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maxcso/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maxcso/maxcso-9999.ebuild X-VCS-Directories: dev-util/maxcso/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ee3a9c8f98f7fa85460ca41017e80e85deaa705a X-VCS-Branch: master Date: Mon, 9 May 2022 19:12:35 +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: 9eb9f1a4-46be-4ca1-ad72-0e5f803947cf X-Archives-Hash: 6cea9d3f74df890fd4b1921ec7d0468c commit: ee3a9c8f98f7fa85460ca41017e80e85deaa705a Author: orbea riseup net> AuthorDate: Sun May 8 15:57:06 2022 +0000 Commit: Sam James gentoo 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 riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25387 Signed-off-by: Sam James 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() {