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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72207158090 for ; Tue, 10 May 2022 12:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808CDE0957; Tue, 10 May 2022 12:52:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D8DFE0957 for ; Tue, 10 May 2022 12:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A04A341346 for ; Tue, 10 May 2022 12:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40723D3 for ; Tue, 10 May 2022 12:52:07 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1652186857.0cebb2492b814a2561928a6f9a74f98e38a221b4.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: x11-terms/tilix/ X-VCS-Repository: repo/user/dlang X-VCS-Files: x11-terms/tilix/tilix-1.9.3-r1.ebuild x11-terms/tilix/tilix-1.9.3-r2.ebuild X-VCS-Directories: x11-terms/tilix/ X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 0cebb2492b814a2561928a6f9a74f98e38a221b4 X-VCS-Branch: master Date: Tue, 10 May 2022 12:52: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 576b084f-0f8a-4e27-8476-e192259cb763 X-Archives-Hash: c9110062fe70c61a584033eca461f8fa commit: 0cebb2492b814a2561928a6f9a74f98e38a221b4 Author: Alexandre Fournier <155827+AlexandreFournier users noreply github com> AuthorDate: Mon May 9 14:34:57 2022 +0000 Commit: Marco Leise gmx de> CommitDate: Tue May 10 12:47:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=0cebb249 Fixes gentoo/dlang#96 x11-terms/tilix: use autoconf:1.16 Signed-off-by: Alexandre Fournier alexandrefournier.com> x11-terms/tilix/{tilix-1.9.3-r1.ebuild => tilix-1.9.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/tilix/tilix-1.9.3-r1.ebuild b/x11-terms/tilix/tilix-1.9.3-r2.ebuild similarity index 97% rename from x11-terms/tilix/tilix-1.9.3-r1.ebuild rename to x11-terms/tilix/tilix-1.9.3-r2.ebuild index 6009c81..74a3175 100644 --- a/x11-terms/tilix/tilix-1.9.3-r1.ebuild +++ b/x11-terms/tilix/tilix-1.9.3-r2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" >=dev-libs/gtkd-3.8.5:3[vte,${DLANG_COMPILER_USE}] x11-libs/vte:2.91[crypt?]" DEPEND=" - sys-devel/automake:1.15 + sys-devel/automake:1.16 >=sys-devel/autoconf-2.69 app-text/po4a ${RDEPEND}"