diff options
Diffstat (limited to 'app-text/zathura/zathura-0.4.8.ebuild')
-rw-r--r-- | app-text/zathura/zathura-0.4.8.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/zathura/zathura-0.4.8.ebuild b/app-text/zathura/zathura-0.4.8.ebuild index 0de2aed7939f..83b02ddfd08f 100644 --- a/app-text/zathura/zathura-0.4.8.ebuild +++ b/app-text/zathura/zathura-0.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,6 +40,10 @@ BDEPEND="doc? ( dev-python/sphinx ) dev-libs/check ) virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${P}-meson-0.61-build.patch +) + src_configure() { local emesonargs=( -Dconvert-icon=disabled |