From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB260138330 for ; Tue, 29 May 2018 13:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86BB9E0802; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FFA5E0802 for ; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 368A1335C7D for ; Tue, 29 May 2018 13:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 198CD2BD for ; Tue, 29 May 2018 13:18:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527599879.969722a388879b0d3fbd7938817a7450aa35f165.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild X-VCS-Directories: x11-themes/fvwm-themes/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 969722a388879b0d3fbd7938817a7450aa35f165 X-VCS-Branch: master Date: Tue, 29 May 2018 13:18:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba783d20-7443-415c-b9b1-5aa3e65495a9 X-Archives-Hash: 93e01683ba8840d33b73ad938a8a619a commit: 969722a388879b0d3fbd7938817a7450aa35f165 Author: Aaron Bauman gentoo org> AuthorDate: Tue May 29 12:36:14 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 13:17:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969722a3 x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 b7767ef8add..45ae2d79b31 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 }