diff options
Diffstat (limited to 'gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild')
-rw-r--r-- | gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild b/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild index ad7847c009a7..dabf7da33d8f 100644 --- a/gnome-base/dconf-editor/dconf-editor-3.38.3.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-3.38.3.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 @@ -27,6 +27,10 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/meson-0.61.patch" +) + src_prepare() { vala_src_prepare xdg_src_prepare |