diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-25 21:07:05 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-15 21:37:13 +0200 |
commit | fd1aeae3de1c7929f1be93a87d8fdcf58a705ce4 (patch) | |
tree | 1647f342d2bc278b088edcf60b1022f4b6936ac3 /dev-python/pygtk/pygtk-2.24.0-r5.ebuild | |
parent | dev-python/pygtk: EAPI-6 bump, update HOMEPAGE (diff) | |
download | gentoo-fd1aeae3de1c7929f1be93a87d8fdcf58a705ce4.tar.gz gentoo-fd1aeae3de1c7929f1be93a87d8fdcf58a705ce4.tar.bz2 gentoo-fd1aeae3de1c7929f1be93a87d8fdcf58a705ce4.zip |
dev-python/pygtk: Fix build against x11-libs/pango-1.44
Source: https://github.com/flathub/org.glimpse_editor.Glimpse/blob/master/patches/pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch
Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
Closes: https://bugs.gentoo.org/703052
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/pygtk/pygtk-2.24.0-r5.ebuild')
-rw-r--r-- | dev-python/pygtk/pygtk-2.24.0-r5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pygtk/pygtk-2.24.0-r5.ebuild b/dev-python/pygtk/pygtk-2.24.0-r5.ebuild index 094ca5ba9e02..f86cab545d53 100644 --- a/dev-python/pygtk/pygtk-2.24.0-r5.ebuild +++ b/dev-python/pygtk/pygtk-2.24.0-r5.ebuild @@ -50,6 +50,8 @@ PATCHES=( "${FILESDIR}/${P}-test_dialog.patch" # Fix build on Darwin "${FILESDIR}/${PN}-2.24.0-quartz-objc.patch" + # x11-libs/pango-1.44 + "${FILESDIR}/${PN}-2.24.0-pango-1.44.patch" ) src_prepare() { |