diff options
author | Sam James <sam@gentoo.org> | 2021-02-19 15:49:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-19 16:02:44 +0000 |
commit | 465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f (patch) | |
tree | 926d374c7968ad7a8289f4b8e13d3afec030b29f /sci-libs | |
parent | sci-libs/cantera: fix metadata remote-id (diff) | |
download | gentoo-465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f.tar.gz gentoo-465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f.tar.bz2 gentoo-465e8e1b25a0f37b692b1ae6ba03ee1237ce7a0f.zip |
sci-libs/cantera: add static libs comment
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cantera/cantera-2.5.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/cantera/cantera-2.5.1.ebuild b/sci-libs/cantera/cantera-2.5.1.ebuild index 5be7278ee7dd..71ba0f78c0f2 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() { |