summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-18 22:25:05 +0000
committerSam James <sam@gentoo.org>2022-01-18 22:25:05 +0000
commitb1cf68faebc69cf8ce20b257bb7e6b185bfac279 (patch)
tree9c3fab62d10f80d473e850b286ebc77cf3346dc3 /dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
parentsys-fs/bcache-tools: Stabilize 1.1-r1 ppc, #831331 (diff)
downloadgentoo-b1cf68faebc69cf8ce20b257bb7e6b185bfac279.tar.gz
gentoo-b1cf68faebc69cf8ce20b257bb7e6b185bfac279.tar.bz2
gentoo-b1cf68faebc69cf8ce20b257bb7e6b185bfac279.zip
dev-libs/gobject-introspection: fix build with meson 0.61
Closes: https://bugs.gentoo.org/831427 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
index fed69d6f20c8..ee6705aed0e9 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.70.0.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
@@ -48,6 +48,10 @@ DEPEND="${RDEPEND}
)
"
+PATCHES=(
+ "${FILESDIR}"/${P}-meson-0.61.patch
+)
+
pkg_setup() {
python-single-r1_pkg_setup
}