diff options
Diffstat (limited to 'net-im/profanity/profanity-0.14.0.ebuild')
-rw-r--r-- | net-im/profanity/profanity-0.14.0.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-0.14.0.ebuild b/net-im/profanity/profanity-0.14.0.ebuild index 1c3dbeb86ba2..78814bf326cd 100644 --- a/net-im/profanity/profanity-0.14.0.ebuild +++ b/net-im/profanity/profanity-0.14.0.ebuild @@ -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) |