diff options
Diffstat (limited to 'gnome-extra/gucharmap/gucharmap-15.1.2.ebuild')
-rw-r--r-- | gnome-extra/gucharmap/gucharmap-15.1.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild b/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild index 5eaba63f4112..74d609904765 100644 --- a/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild +++ b/gnome-extra/gucharmap/gucharmap-15.1.2.ebuild @@ -1,10 +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 PYTHON_COMPAT=( python3_{10..12} ) -inherit gnome2-utils meson python-any-r1 vala xdg +inherit flag-o-matic gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Unicode character map viewer and library" HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap" @@ -52,6 +52,9 @@ src_prepare() { } src_configure() { + # Upstream don't support LTO & error out on it in meson.build (bug #926250) + filter-lto + local emesonargs=( -Dcharmap=true -Ddbg=false # in 14.0.1 all this does is pass -ggdb3 |