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 7A3DF158089 for ; Fri, 27 Oct 2023 08:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 416922BC017; Fri, 27 Oct 2023 08:14:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DDA12BC017 for ; Fri, 27 Oct 2023 08:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77D27335C52 for ; Fri, 27 Oct 2023 08:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E443C1220 for ; Fri, 27 Oct 2023 08:14:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1698394441.551e21f67cfdeb25d6c04d5b66bec0bc9308d248.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hip/hip-5.7.1.ebuild X-VCS-Directories: dev-util/hip/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 551e21f67cfdeb25d6c04d5b66bec0bc9308d248 X-VCS-Branch: master Date: Fri, 27 Oct 2023 08:14:13 +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: 55130cca-8a09-4f32-8fde-ed99dda702d1 X-Archives-Hash: 38cc8ad30ef63297a8ee7962932aa4af commit: 551e21f67cfdeb25d6c04d5b66bec0bc9308d248 Author: Yiyang Wu gmail com> AuthorDate: Sun Oct 22 00:41:25 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Oct 27 08:14:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551e21f6 dev-util/hip: prefixify cmake variables Closes: https://bugs.gentoo.org/916062 Signed-off-by: Yiyang Wu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33437 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-util/hip/hip-5.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/hip/hip-5.7.1.ebuild b/dev-util/hip/hip-5.7.1.ebuild index bf7dd830e283..53bce91a3f33 100644 --- a/dev-util/hip/hip-5.7.1.ebuild +++ b/dev-util/hip/hip-5.7.1.ebuild @@ -59,7 +59,7 @@ src_configure() { -DUSE_PROF_API=0 -DFILE_REORG_BACKWARD_COMPATIBILITY=OFF -DCLR_BUILD_HIP=ON - -DHIPCC_BIN_DIR=/usr/bin + -DHIPCC_BIN_DIR="${EPREFIX}/usr/bin" -DOpenGL_GL_PREFERENCE="GLVND" )