diff options
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() { |