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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7D001382C5 for ; Fri, 19 Feb 2021 16:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A77E0841; Fri, 19 Feb 2021 16:04:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 137F1E0841 for ; Fri, 19 Feb 2021 16:04:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 80BCE340F38 for ; Fri, 19 Feb 2021 16:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13F64E9 for ; Fri, 19 Feb 2021 16:04:04 +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: <1613750564.465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cantera/cantera-2.5.1.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f X-VCS-Branch: master Date: Fri, 19 Feb 2021 16:04:04 +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: 897b6b54-5a2e-475e-8f9d-0f0ab1505efc X-Archives-Hash: a39a507446e1c122fe27d4081ec16bc8 commit: 465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f Author: Sam James gentoo org> AuthorDate: Fri Feb 19 15:49:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 19 16:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465e8e1b sci-libs/cantera: add static libs comment Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-libs/cantera/cantera-2.5.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/cantera/cantera-2.5.1.ebuild b/sci-libs/cantera/cantera-2.5.1.ebuild index 5be7278ee7d..71ba0f78c0f 100644 --- a/sci-libs/cantera/cantera-2.5.1.ebuild +++ b/sci-libs/cantera/cantera-2.5.1.ebuild @@ -117,6 +117,9 @@ src_install() { # Run the byte-compile of modules python_optimize "${D}/$(python_get_sitedir)/${PN}" fi + + # We install static libs unconditionally here + # See https://github.com/gentoo/gentoo/pull/10017#discussion_r229210565 } pkg_postinst() {