From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/tealdeer/
Date: Fri, 14 Jan 2022 23:21:18 +0000 (UTC) [thread overview]
Message-ID: <1642192336.61d0e3d7c8963a38dcff8ddc1fe394c2d9bda436.telans@gentoo> (raw)
commit: 61d0e3d7c8963a38dcff8ddc1fe394c2d9bda436
Author: Vladislav Dudar <seal331gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Jan 14 20:32:16 2022 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Jan 14 20:32:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61d0e3d7
app-misc/tealdeer: filter out -flto to avoid undefined references;
force user to use new rust to avoid a compilation failure
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Vladislav Dudar <seal331gentoo <AT> gmail.com>
app-misc/tealdeer/tealdeer-1.5.0.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-misc/tealdeer/tealdeer-1.5.0.ebuild b/app-misc/tealdeer/tealdeer-1.5.0.ebuild
index a72322781..43664c7dd 100644
--- a/app-misc/tealdeer/tealdeer-1.5.0.ebuild
+++ b/app-misc/tealdeer/tealdeer-1.5.0.ebuild
@@ -186,7 +186,7 @@ xdg-2.4.0
zip-0.5.13
"
-inherit cargo bash-completion-r1
+inherit cargo flag-o-matic bash-completion-r1
DESCRIPTION="A very fast implementation of tldr in Rust."
HOMEPAGE="https://github.com/tldr-pages/tldr
@@ -199,6 +199,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="!app-text/tldr"
+BDEPEND=">=virtual/rust-1.54.0"
QA_FLAGS_IGNORED="usr/bin/tldr"
@@ -206,6 +207,11 @@ QA_FLAGS_IGNORED="usr/bin/tldr"
RESTRICT="test"
PROPERTIES="test_network"
+src_configure() {
+ filter-flags '-flto*' # ring crate fails compile with lto
+ cargo_src_configure
+}
+
src_install() {
cargo_src_install
einstalldocs
next reply other threads:[~2022-01-14 23:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-14 23:21 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-04 14:38 [gentoo-commits] repo/proj/guru:master commit in: app-misc/tealdeer/ Arthur Zamarin
2022-11-04 14:38 Arthur Zamarin
2022-03-25 11:24 Ronny Gutbrod
2022-01-02 14:51 Andrew Ammerlaan
2021-04-18 9:10 Andrew Ammerlaan
2020-09-06 11:21 Andrew Ammerlaan
2020-05-26 10:49 Andrew Ammerlaan
2020-05-26 10:49 Andrew Ammerlaan
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=1642192336.61d0e3d7c8963a38dcff8ddc1fe394c2d9bda436.telans@gentoo \
--to=telans@posteo.de \
--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