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 2031215ACFC for ; Wed, 3 May 2023 08:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A78DE0882; Wed, 3 May 2023 08:49:31 +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 36B18E0882 for ; Wed, 3 May 2023 08:49:31 +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 E15DF34158D for ; Wed, 3 May 2023 08:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A6BC8E4 for ; Wed, 3 May 2023 08:49:28 +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: <1683103754.0df978301da3f85b322ea621500dca812c6c8a0f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/metis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/metis/metis-5.2.1-r1.ebuild sci-libs/metis/metis-5.2.1.ebuild X-VCS-Directories: sci-libs/metis/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0df978301da3f85b322ea621500dca812c6c8a0f X-VCS-Branch: master Date: Wed, 3 May 2023 08:49:28 +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: 5952aa2a-0796-4476-90ac-12310adc2a89 X-Archives-Hash: 18635642ee22d4806a447e00876dc939 commit: 0df978301da3f85b322ea621500dca812c6c8a0f Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 3 08:44:04 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 3 08:49:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df97830 sci-libs/metis: fixup pkgconfig file Newer versions of metis no longer have gklib bundled. For backwards compatibility add gklib to the pkgconfig file for software that still assumes that gklib is part of metis. Closes: https://bugs.gentoo.org/905632 Bug: https://bugs.gentoo.org/704348 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/metis/{metis-5.2.1.ebuild => metis-5.2.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/metis/metis-5.2.1.ebuild b/sci-libs/metis/metis-5.2.1-r1.ebuild similarity index 96% rename from sci-libs/metis/metis-5.2.1.ebuild rename to sci-libs/metis/metis-5.2.1-r1.ebuild index 7570cbc9dfce..e8bc8bf30b31 100644 --- a/sci-libs/metis/metis-5.2.1.ebuild +++ b/sci-libs/metis/metis-5.2.1-r1.ebuild @@ -84,8 +84,8 @@ src_install() { Name: METIS Description: Software for partioning unstructured graphes and meshes Version: ${PV} - Cflags: -I\${includedir}/metis - Libs: -L\${libdir} -lmetis + Cflags: -I\${includedir} + Libs: -L\${libdir} -lmetis -lGKlib EOF insinto /usr/$(get_libdir)/pkgconfig doins "${T}"/metis.pc