From 4fa5afa82be8c95de2682fd15dad7df5b700f9d5 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Wed, 29 Aug 2018 01:57:16 +0300 Subject: [PATCH] x11-libs/pango: add call to gnome2_src_prepare It is primarily needed to cleanup the environment. Bug: https://bugs.gentoo.org/664736 --- x11-libs/pango/pango-1.42.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pango/pango-1.42.4.ebuild b/x11-libs/pango/pango-1.42.4.ebuild index f0ca0b10e1a..86f894866ac 100644 --- a/x11-libs/pango/pango-1.42.4.ebuild +++ b/x11-libs/pango/pango-1.42.4.ebuild @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} " src_prepare() { - default + gnome2_src_prepare # This should be updated if next release fails to pre-generate the manpage as well, or src_prepare removed if is properly generated # https://gitlab.gnome.org/GNOME/pango/issues/270 cp -v "${FILESDIR}"/${PV}-pango-view.1.in "${S}/utils/pango-view.1.in" || die -- 2.16.4