--- /usr/portage/x11-libs/gtk+/gtk+-2.24.25.ebuild 2015-01-02 07:31:19.000000000 -0500 +++ /usr/local/portage/gentoo-fixes/x11-libs/gtk+/gtk+-2.24.25.ebuild 2015-02-21 15:09:07.485747335 -0500 @@ -7,3 +7,3 @@ -inherit eutils flag-o-matic gnome2 multilib virtualx autotools readme.gentoo multilib-minimal +inherit eutils flag-o-matic gnome2 multilib virtualx autotools readme.gentoo multilib-minimal pax-utils @@ -108,2 +108,7 @@ + # Workaround for pax restrictions on systems with abi_x86_32; bug #527682 + if host-is-pax ; then + epatch "${FILESDIR}/${P}-pax.patch" + fi + # marshalers code was pre-generated with glib-2.31, upstream bug #671763