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 77EBB15800D for ; Sun, 9 Jul 2023 02:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2892E0974; Sun, 9 Jul 2023 02:13:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99C7AE0974 for ; Sun, 9 Jul 2023 02:13:19 +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 B495A340DF8 for ; Sun, 9 Jul 2023 02:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21ECDAD0 for ; Sun, 9 Jul 2023 02:13:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688868477.8fa6c9f63718cb0f278a03323fa92aa1f0bc40e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/automake/automake-1.16.5-r1.ebuild sys-devel/automake/automake-1.16.5.ebuild sys-devel/automake/automake-9999.ebuild X-VCS-Directories: sys-devel/automake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fa6c9f63718cb0f278a03323fa92aa1f0bc40e8 X-VCS-Branch: master Date: Sun, 9 Jul 2023 02:13:17 +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: 49fe3951-c4ba-4c1c-b8b3-b8653e58514c X-Archives-Hash: 20950c9bfbb9644c63d2a5ebe2cfd285 commit: 8fa6c9f63718cb0f278a03323fa92aa1f0bc40e8 Author: Violet Purcell inventati org> AuthorDate: Fri Jul 7 21:40:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 9 02:07:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6c9f6 sys-devel/automake: Change app-arch/gzip dep to app-alternatives/gzip Closes: https://bugs.gentoo.org/906244 Signed-off-by: Violet Purcell inventati.org> Closes: https://github.com/gentoo/gentoo/pull/31794 Signed-off-by: Sam James gentoo.org> sys-devel/automake/automake-1.16.5-r1.ebuild | 2 +- sys-devel/automake/automake-1.16.5.ebuild | 2 +- sys-devel/automake/automake-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/automake/automake-1.16.5-r1.ebuild b/sys-devel/automake/automake-1.16.5-r1.ebuild index 23a2236bae2f..e1cf2e4800bc 100644 --- a/sys-devel/automake/automake-1.16.5-r1.ebuild +++ b/sys-devel/automake/automake-1.16.5-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6 sys-devel/gnuconfig" DEPEND="${RDEPEND}" BDEPEND=" - app-arch/gzip + app-alternatives/gzip sys-apps/help2man test? ( ${PYTHON_DEPS} ) " diff --git a/sys-devel/automake/automake-1.16.5.ebuild b/sys-devel/automake/automake-1.16.5.ebuild index 779a853293c6..edf47ba57d4e 100644 --- a/sys-devel/automake/automake-1.16.5.ebuild +++ b/sys-devel/automake/automake-1.16.5.ebuild @@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6 sys-devel/gnuconfig" DEPEND="${RDEPEND}" BDEPEND=" - app-arch/gzip + app-alternatives/gzip sys-apps/help2man test? ( ${PYTHON_DEPS} ) " diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index 571985fea6d6..a00db1146efc 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -42,7 +42,7 @@ RDEPEND=">=dev-lang/perl-5.6 sys-devel/gnuconfig" DEPEND="${RDEPEND}" BDEPEND=" - app-arch/gzip + app-alternatives/gzip sys-apps/help2man test? ( ${PYTHON_DEPS} ) "