net-im/profanity: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/932874
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-08-05 00:13:44 -04:00
parent 9d6a33f10e
commit 188b6e6b54
2 changed files with 14 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1
inherit flag-o-matic python-single-r1
DESCRIPTION="A console based XMPP client inspired by Irssi"
HOMEPAGE="https://profanity-im.github.io"
@@ -77,6 +77,11 @@ pkg_setup() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/932874
# https://github.com/profanity-im/profanity/issues/1992
filter-lto
local myeconfargs=(
--enable-gdk-pixbuf
$(use_enable libnotify notifications)

View File

@@ -1,8 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic
DESCRIPTION="A console based XMPP client inspired by Irssi"
HOMEPAGE="https://profanity-im.github.io"
SRC_URI="https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz"
@@ -47,6 +49,11 @@ DEPEND="
"
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/932874
# https://github.com/profanity-im/profanity/issues/1992
filter-lto
local myeconfargs=(
--enable-gdk-pixbuf
$(use_enable libnotify notifications)