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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73581158042 for ; Sun, 3 Nov 2024 16:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6433E0A91; Sun, 3 Nov 2024 16:19:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AFB0E0A91 for ; Sun, 3 Nov 2024 16:19:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A32B93430B3 for ; Sun, 3 Nov 2024 16:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43584F42 for ; Sun, 3 Nov 2024 16:19:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1730650702.7df37a3502252a1041f94293b2f4c366ff482d4a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.4-r5.ebuild sys-devel/distcc/distcc-3.4-r6.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7df37a3502252a1041f94293b2f4c366ff482d4a X-VCS-Branch: master Date: Sun, 3 Nov 2024 16:19:42 +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: fc82118a-251e-4e23-b2c3-6be812335dbf X-Archives-Hash: deb8d0eb52a4275c2ba63a3483959480 commit: 7df37a3502252a1041f94293b2f4c366ff482d4a Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 3 16:18:22 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 3 16:18:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df37a35 sys-devel/distcc: depend on >=dev-util/shadowman-4 Closes: https://bugs.gentoo.org/942758 Signed-off-by: Mike Gilbert gentoo.org> sys-devel/distcc/{distcc-3.4-r5.ebuild => distcc-3.4-r6.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.4-r5.ebuild b/sys-devel/distcc/distcc-3.4-r6.ebuild similarity index 99% rename from sys-devel/distcc/distcc-3.4-r5.ebuild rename to sys-devel/distcc/distcc-3.4-r6.ebuild index c9317d52aec3..0fd22a9a78e8 100644 --- a/sys-devel/distcc/distcc-3.4-r5.ebuild +++ b/sys-devel/distcc/distcc-3.4-r6.ebuild @@ -35,7 +35,7 @@ BDEPEND=" " RDEPEND+=" acct-user/distcc - dev-util/shadowman + >=dev-util/shadowman-4 >=sys-devel/gcc-config-1.4.1 selinux? ( sec-policy/selinux-distcc ) xinetd? ( sys-apps/xinetd )