From: "Leonardo Hernandez" <leohdz172@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/silver/
Date: Mon, 20 Sep 2021 21:41:05 +0000 (UTC) [thread overview]
Message-ID: <1632173750.6d34c32b2315d3d4cc608d1891bcdbabf9f00ff1.leohdz172@gentoo> (raw)
commit: 6d34c32b2315d3d4cc608d1891bcdbabf9f00ff1
Author: Leonardo Hernandez Hernandez <leohdz172 <AT> outlook <DOT> com>
AuthorDate: Mon Sep 20 21:28:18 2021 +0000
Commit: Leonardo Hernandez <leohdz172 <AT> outlook <DOT> com>
CommitDate: Mon Sep 20 21:35:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d34c32b
app-shells/silver: fix QA not respect LDFLAGS
add `/usr/bin/silver` to QA_FLAGS_IGNORED
filter '-flto*' instead of strip-flags
Closes: https://bugs.gentoo.org/814065
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo Hernandez Hernandez <leohdz172 <AT> outlook.com>
app-shells/silver/silver-2.0.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-shells/silver/silver-2.0.0.ebuild b/app-shells/silver/silver-2.0.0.ebuild
index 7acc6b725..61280aaa0 100644
--- a/app-shells/silver/silver-2.0.0.ebuild
+++ b/app-shells/silver/silver-2.0.0.ebuild
@@ -132,14 +132,16 @@ DEPEND="
DOCS="readme.md"
+QA_FLAGS_IGNORED="/usr/bin/silver"
+
PATCHES=( "$FILESDIR/add-gentoo-support.patch" )
src_configure() {
export LIBGIT2_SYS_USE_PKG_CONFIG=1
export PKG_CONFIG_ALLOW_CROSS=1
- # Some obscure LDFLAGS cause error during linking
- strip-flags
+ # Breaks compilation
+ filter-flags '-flto*'
}
src_install() {
next reply other threads:[~2021-09-20 21:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 21:41 Leonardo Hernandez [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-12 20:58 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/silver/ Leonardo Hernandez
2023-07-26 6:05 Leonardo Hernandez
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=1632173750.6d34c32b2315d3d4cc608d1891bcdbabf9f00ff1.leohdz172@gentoo \
--to=leohdz172@outlook.com \
--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