--- vinagre-3.22.0-r1.ebuild 2017-04-01 19:31:45.000000000 +0300 +++ /tmp/vinagre-3.22.0-r1.ebuild 2017-05-14 18:20:42.000000000 +0300 @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools gnome2 linux-info vala +GNOME2_EAUTORECONF=yes +inherit gnome2 linux-info vala DESCRIPTION="VNC client for the GNOME desktop" HOMEPAGE="https://wiki.gnome.org/Apps/Vinagre" @@ -54,8 +55,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=765444 eapply "${FILESDIR}"/${PN}-3.20.2-freerdp2.patch + eapply "${FILESDIR}"/${PN}-3.22.0-freerdp.patch vala_src_prepare - eautoreconf gnome2_src_prepare }