From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/integrit/
Date: Tue, 01 Jul 2025 04:23:34 +0000 (UTC) [thread overview]
Message-ID: <1751343670.84cc08a1ff810413e26c8fcde642d1b5b9c729ed.eschwartz@gentoo> (raw)
commit: 84cc08a1ff810413e26c8fcde642d1b5b9c729ed
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 16:41:05 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 04:21:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cc08a1
app-admin/integrit: use dot-a.eclass
... to avoid installing broken static libraries w/ LTO.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-admin/integrit/integrit-4.2_rc1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app-admin/integrit/integrit-4.2_rc1.ebuild b/app-admin/integrit/integrit-4.2_rc1.ebuild
index bf12d7cd6ecb..fda9c079874a 100644
--- a/app-admin/integrit/integrit-4.2_rc1.ebuild
+++ b/app-admin/integrit/integrit-4.2_rc1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools
+inherit autotools dot-a
MY_PV="${PV/_/-}"
@@ -38,6 +38,11 @@ src_prepare() {
touch ar-lib || die #775746
}
+src_configure() {
+ lto-guarantee-fat
+ default
+}
+
src_compile() {
emake
emake utils
@@ -67,6 +72,8 @@ src_install() {
# examples
dodoc -r examples
+
+ strip-lto-bytecode
}
pkg_postinst() {
next reply other threads:[~2025-07-01 4:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-01 4:23 Eli Schwartz [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-01 4:23 [gentoo-commits] repo/gentoo:master commit in: app-admin/integrit/ Eli Schwartz
2023-06-11 8:22 Joonas Niilola
2022-08-17 13:01 Andreas Sturmlechner
2021-12-24 14:16 Arthur Zamarin
2021-12-24 7:23 Agostino Sarubbo
2021-12-24 7:07 Agostino Sarubbo
2021-12-21 6:24 Joonas Niilola
2021-12-21 6:24 Joonas Niilola
2021-03-16 15:47 Lars Wendler
2017-08-11 17:38 Michał Górny
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=1751343670.84cc08a1ff810413e26c8fcde642d1b5b9c729ed.eschwartz@gentoo \
--to=eschwartz@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