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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA22315ACFC for ; Wed, 3 May 2023 18:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76F7E100F; Wed, 3 May 2023 18:44:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F5C0E100F for ; Wed, 3 May 2023 18:44:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C0B8341704 for ; Wed, 3 May 2023 18:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2ACC990 for ; Wed, 3 May 2023 18:44:03 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1683139441.03a66637a3d576075198285a6320bf47dbb92f5c.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qhull/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qhull/qhull-2020.2-r3.ebuild X-VCS-Directories: media-libs/qhull/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 03a66637a3d576075198285a6320bf47dbb92f5c X-VCS-Branch: master Date: Wed, 3 May 2023 18:44:03 +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: cb06eb68-0595-4477-ae70-41d3c9e75b32 X-Archives-Hash: 6aac10d113951d826a0d59405767c2f1 commit: 03a66637a3d576075198285a6320bf47dbb92f5c Author: Fabian Groffen gentoo org> AuthorDate: Wed May 3 18:43:23 2023 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed May 3 18:44:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a66637 media-libs/qhull-2020.2-r3: fix install for Darwin Closes: https://bugs.gentoo.org/905019 Signed-off-by: Fabian Groffen gentoo.org> media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild b/media-libs/qhull/qhull-2020.2-r3.ebuild index bcdac3b63cb5..ada3b39f58e3 100644 --- a/media-libs/qhull/qhull-2020.2-r3.ebuild +++ b/media-libs/qhull/qhull-2020.2-r3.ebuild @@ -53,7 +53,7 @@ src_compile() { src_install() { cmake_src_install - dolib.so "${BUILD_DIR}"/libqhull.so* + dolib.so "${BUILD_DIR}"/libqhull{$(get_libname),$(get_libname "*")} # fix double prefix in pc files sed -i "/^libdir/s@/.*@/$(get_libdir)@" "${ED}/usr/$(get_libdir)/pkgconfig/"*.pc || die