From: Aaron Bauman Date: Tue, 29 May 2018 12:36:14 +0000 (-0400) Subject: x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=969722a388879b0d3fbd7938817a7450aa35f165;p=gentoo.git x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild index b7767ef8add7..45ae2d79b317 100644 --- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild +++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild @@ -24,6 +24,7 @@ PATCHES=( src_prepare() { default + mv configure.in configure.ac || die "moving configure.in failed" eautoreconf }