From: Jeroen Roovers Date: Sat, 11 May 2019 12:39:37 +0000 (+0200) Subject: net-misc/putty: Drop AM_PATH_GTK line removal workaround X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1872fb32ce0846d587ff1b34d82792c43f6d66e6;p=gentoo.git net-misc/putty: Drop AM_PATH_GTK line removal workaround Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Jeroen Roovers --- diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index 00e78d96259b..4a4ba0e37764 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -42,7 +42,6 @@ src_prepare() { default sed -i \ - -e '/AM_PATH_GTK(/d' \ -e 's|-Werror||g' \ configure.ac || die