From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/otter/
Date: Sun, 17 Mar 2024 05:34:55 +0000 (UTC) [thread overview]
Message-ID: <1710653319.14ca3a5d1eb39f8b190fbb20a85900f8571ef626.sam@gentoo> (raw)
commit: 14ca3a5d1eb39f8b190fbb20a85900f8571ef626
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 03:55:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 05:28:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ca3a5d
www-client/otter: mark as LTO-unsafe
Seemingly fixed upstream in git.
Closes: https://bugs.gentoo.org/864130
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-client/otter/otter-1.0.03.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/www-client/otter/otter-1.0.03.ebuild b/www-client/otter/otter-1.0.03.ebuild
index c17ffe24bc75..aeba9a206ba9 100644
--- a/www-client/otter/otter-1.0.03.ebuild
+++ b/www-client/otter/otter-1.0.03.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake desktop xdg
+inherit cmake desktop flag-o-matic xdg
if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="https://github.com/OtterBrowser/${PN}-browser"
@@ -47,6 +47,14 @@ PATCHES=(
)
src_prepare() {
+ # -Werror=odr, -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/864130
+ #
+ # Compiles fine with otter-9999, BUT new versions are being tagged from a
+ # maintenance branch, not from master, so do check before trying to remove
+ # this.
+ filter-lto
+
cmake_src_prepare
if [[ -n ${LINGUAS} ]]; then
next reply other threads:[~2024-03-17 5:35 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-17 5:34 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 11:36 [gentoo-commits] repo/gentoo:master commit in: www-client/otter/ Andreas Sturmlechner
2024-04-05 2:28 Jimi Huotari
2024-03-17 5:34 Sam James
2022-04-17 19:17 Sam James
2022-04-08 18:58 Stephan Hartmann
2021-01-10 20:16 Stephan Hartmann
2021-01-10 20:16 Stephan Hartmann
2020-04-07 5:04 Jeroen Roovers
2019-06-07 20:53 Jeroen Roovers
2019-04-29 7:59 Jeroen Roovers
2019-04-29 7:59 Jeroen Roovers
2019-01-06 18:33 Jeroen Roovers
2019-01-06 18:33 Jeroen Roovers
2018-09-02 19:18 Jeroen Roovers
2018-09-02 19:18 Jeroen Roovers
2018-08-07 9:54 Jeroen Roovers
2018-08-07 9:54 Jeroen Roovers
2018-07-02 7:43 Jeroen Roovers
2018-07-02 7:43 Jeroen Roovers
2018-06-02 8:52 Jeroen Roovers
2018-06-02 8:52 Jeroen Roovers
2018-05-01 23:35 Jeroen Roovers
2018-05-01 23:35 Jeroen Roovers
2018-04-02 14:07 Jeroen Roovers
2018-04-02 14:07 Jeroen Roovers
2018-03-27 7:52 Sergei Trofimovich
2018-03-03 3:57 Jeroen Roovers
2018-03-02 10:02 Jeroen Roovers
2018-02-02 14:30 Jeroen Roovers
2018-02-02 14:30 Jeroen Roovers
2018-01-21 10:45 Jeroen Roovers
2018-01-21 10:14 Jeroen Roovers
2018-01-16 11:42 Jeroen Roovers
2017-11-14 7:54 Jeroen Roovers
2017-11-12 1:29 Jeroen Roovers
2017-11-11 21:07 Sergei Trofimovich
2017-11-11 21:07 Sergei Trofimovich
2017-10-16 3:34 David Seifert
2017-10-15 10:37 Jeroen Roovers
2017-09-25 14:46 Jeroen Roovers
2017-09-25 9:32 Jeroen Roovers
2017-05-01 16:17 David Seifert
2017-03-27 6:41 Jeroen Roovers
2017-03-27 6:41 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2017-01-09 12:21 Jeroen Roovers
2016-10-09 8:13 Jeroen Roovers
2016-10-09 8:13 Jeroen Roovers
2016-05-06 6:46 Jeroen Roovers
2016-05-05 9:16 Jeroen Roovers
2016-04-29 6:39 Jeroen Roovers
2016-01-12 6:01 Jeroen Roovers
2015-12-13 7:04 Jeroen Roovers
2015-12-13 7:04 Jeroen Roovers
2015-09-05 12:42 Jeroen Roovers
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=1710653319.14ca3a5d1eb39f8b190fbb20a85900f8571ef626.sam@gentoo \
--to=sam@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