Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-themes/
Date: Tue, 29 May 2018 13:18:15
Message-Id: 1527599879.969722a388879b0d3fbd7938817a7450aa35f165.bman@gentoo
1 commit: 969722a388879b0d3fbd7938817a7450aa35f165
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 12:36:14 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 13:17:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969722a3
7
8 x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 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
16 index b7767ef8add..45ae2d79b31 100644
17 --- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
18 +++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
19 @@ -24,6 +24,7 @@ PATCHES=(
20
21 src_prepare() {
22 default
23 + mv configure.in configure.ac || die "moving configure.in failed"
24 eautoreconf
25 }