From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/
Date: Fri, 28 May 2021 09:40:53 +0000 (UTC) [thread overview]
Message-ID: <1622194839.7691caa6130fc29f01e4d09dcbeeaa25a5fd81e4.soap@gentoo> (raw)
commit: 7691caa6130fc29f01e4d09dcbeeaa25a5fd81e4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 09:40:39 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 28 09:40:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7691caa6
sci-chemistry/gelemental: [QA] Disable static libraries
Closes: https://bugs.gentoo.org/792603
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
index 99ac4cd0e9f..bcad4a31e18 100644
--- a/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
+++ b/sci-chemistry/gelemental/gelemental-2.0.0-r1.ebuild
@@ -33,9 +33,12 @@ src_prepare() {
src_configure() {
append-cxxflags -std=c++11 #566450
- local myeconfargs=(
+ econf \
+ --disable-static \
$(use_enable doc api-docs)
- )
+}
- econf "${myeconfargs[@]}"
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2021-05-28 9:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 9:40 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 16:17 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gelemental/ Arthur Zamarin
2023-07-30 21:34 Matthias Maier
2023-07-30 21:34 Matthias Maier
2020-05-01 17:49 Matthias Maier
2020-05-01 17:48 Agostino Sarubbo
2020-05-01 17:42 Agostino Sarubbo
2020-04-30 22:38 Matthias Maier
2019-08-11 1:21 Aaron Bauman
2019-08-08 16:12 Matthias Maier
2019-08-08 16:12 Matthias Maier
2015-12-27 16:47 Justin Lecher
2015-12-27 16:47 Justin Lecher
2015-12-25 15:13 Agostino Sarubbo
2015-12-19 10:10 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622194839.7691caa6130fc29f01e4d09dcbeeaa25a5fd81e4.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox