Gentoo Archives: gentoo-commits

From: Marco Leise <marco.leise@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/dlang:master commit in: x11-terms/tilix/
Date: Tue, 10 May 2022 12:52:11
Message-Id: 1652186857.0cebb2492b814a2561928a6f9a74f98e38a221b4.mleise@gentoo
1 commit: 0cebb2492b814a2561928a6f9a74f98e38a221b4
2 Author: Alexandre Fournier <155827+AlexandreFournier <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon May 9 14:34:57 2022 +0000
4 Commit: Marco Leise <marco.leise <AT> gmx <DOT> de>
5 CommitDate: Tue May 10 12:47:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=0cebb249
7
8 Fixes gentoo/dlang#96
9
10 x11-terms/tilix: use autoconf:1.16
11
12 Signed-off-by: Alexandre Fournier <pro <AT> alexandrefournier.com>
13
14 x11-terms/tilix/{tilix-1.9.3-r1.ebuild => tilix-1.9.3-r2.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-terms/tilix/tilix-1.9.3-r1.ebuild b/x11-terms/tilix/tilix-1.9.3-r2.ebuild
18 similarity index 97%
19 rename from x11-terms/tilix/tilix-1.9.3-r1.ebuild
20 rename to x11-terms/tilix/tilix-1.9.3-r2.ebuild
21 index 6009c81..74a3175 100644
22 --- a/x11-terms/tilix/tilix-1.9.3-r1.ebuild
23 +++ b/x11-terms/tilix/tilix-1.9.3-r2.ebuild
24 @@ -24,7 +24,7 @@ RDEPEND="
25 >=dev-libs/gtkd-3.8.5:3[vte,${DLANG_COMPILER_USE}]
26 x11-libs/vte:2.91[crypt?]"
27 DEPEND="
28 - sys-devel/automake:1.15
29 + sys-devel/automake:1.16
30 >=sys-devel/autoconf-2.69
31 app-text/po4a
32 ${RDEPEND}"