diff options
author | Sam James <sam@gentoo.org> | 2022-01-27 01:22:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-27 01:23:21 +0000 |
commit | e47f971b066fc1655eca431dff1f3a888d91cded (patch) | |
tree | f523f5cae65972139af6a7fe3f2bffda59d6c416 /dev-libs/gobject-introspection/gobject-introspection-1.70.0.ebuild | |
parent | dev-java/openjdk-bin: fix musl condition in 11.0.14 (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |