From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 091591382C5 for ; Wed, 7 Apr 2021 05:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC15E09C4; Wed, 7 Apr 2021 05:24:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACD92E08C4 for ; Wed, 7 Apr 2021 05:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D83DC340AB6 for ; Wed, 7 Apr 2021 05:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF8363E for ; Wed, 7 Apr 2021 05:24: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: <1617773064.a93336ff1ca0d7906d54b3361378b804c6f788dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mumps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mumps/mumps-5.3.5.ebuild X-VCS-Directories: sci-libs/mumps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a93336ff1ca0d7906d54b3361378b804c6f788dd X-VCS-Branch: master Date: Wed, 7 Apr 2021 05:24: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: f308688c-e4a9-4996-b2bf-406138494ced X-Archives-Hash: 2d3efa2c1cf6873651d5414106f1b347 commit: a93336ff1ca0d7906d54b3361378b804c6f788dd Author: Sam James gentoo org> AuthorDate: Wed Apr 7 02:41:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 7 05:24:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93336ff sci-libs/mumps: add multilib inherit for get_libname Signed-off-by: Sam James gentoo.org> sci-libs/mumps/mumps-5.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/mumps/mumps-5.3.5.ebuild b/sci-libs/mumps/mumps-5.3.5.ebuild index 9c2b70d7f00..75cf031e52c 100644 --- a/sci-libs/mumps/mumps-5.3.5.ebuild +++ b/sci-libs/mumps/mumps-5.3.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit fortran-2 flag-o-matic toolchain-funcs +inherit fortran-2 flag-o-matic multilib toolchain-funcs MYP=MUMPS_${PV}