summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-27 01:22:04 +0000
committerSam James <sam@gentoo.org>2022-01-27 01:23:21 +0000
commite47f971b066fc1655eca431dff1f3a888d91cded (patch)
treef523f5cae65972139af6a7fe3f2bffda59d6c416 /dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
parentdev-java/openjdk-bin: fix musl condition in 11.0.14 (diff)
downloadgentoo-e47f971b066fc1655eca431dff1f3a888d91cded.tar.gz
gentoo-e47f971b066fc1655eca431dff1f3a888d91cded.tar.bz2
gentoo-e47f971b066fc1655eca431dff1f3a888d91cded.zip
dev-libs/gobject-introspection: add additional meson 0.61 patches
I'd missed additional upstream commits when fixing the initial Meson 0.61 bug we had reported which led to build failures with USE=doctool not being fixed. This now includes (additionally): - https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/827494d6415b696a98fa195cbd883b50cc893bfc.patch - https://gitlab.gnome.org/GNOME/gobject-introspection/-/commit/7c1178069f1c58a05ec56a94ca6ba124215a947b.patch Bug: https://bugs.gentoo.org/831427 Closes: https://bugs.gentoo.org/831463 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.ebuild3
1 files changed, 2 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 34cad38517a5..6ee20137414c 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild
@@ -9,6 +9,7 @@ inherit gnome.org meson python-single-r1 xdg
DESCRIPTION="Introspection system for GObject-based libraries"
HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-meson-0.61.patch.bz2"
LICENSE="LGPL-2+ GPL-2+"
SLOT="0"
@@ -49,7 +50,7 @@ DEPEND="${RDEPEND}
"
PATCHES=(
- "${FILESDIR}"/${P}-meson-0.61.patch
+ "${WORKDIR}"/${P}-meson-0.61.patch
)
pkg_setup() {