Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vittk/
Date: Tue, 15 Sep 2020 02:53:46
Message-Id: 1600138417.aca85a760c306d686a2e99a24adb95b20359ccdf.sam@gentoo
1 commit: aca85a760c306d686a2e99a24adb95b20359ccdf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 02:53:37 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 02:53:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca85a76
7
8 app-misc/vittk: rename configure.in
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/vittk/vittk-1.3.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-misc/vittk/vittk-1.3.ebuild b/app-misc/vittk/vittk-1.3.ebuild
17 index c94575dfa89..bc1c47519ed 100644
18 --- a/app-misc/vittk/vittk-1.3.ebuild
19 +++ b/app-misc/vittk/vittk-1.3.ebuild
20 @@ -28,5 +28,7 @@ PATCHES=(
21
22 src_prepare() {
23 default
24 +
25 + mv configure.{in,ac} || die
26 eautoreconf
27 }