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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E27F1158089 for ; Tue, 10 Oct 2023 05:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3083E2BC019; Tue, 10 Oct 2023 05:45:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 191402BC019 for ; Tue, 10 Oct 2023 05:45:00 +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 58936335C52 for ; Tue, 10 Oct 2023 05:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25E510A3 for ; Tue, 10 Oct 2023 05:44:57 +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: <1696916670.7f1cfbf4372d353aa72ac7bcc9fee9f7389e7f1b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mk-configure/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild dev-util/mk-configure/mk-configure-0.38.2.ebuild X-VCS-Directories: dev-util/mk-configure/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f1cfbf4372d353aa72ac7bcc9fee9f7389e7f1b X-VCS-Branch: master Date: Tue, 10 Oct 2023 05:44:57 +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: c4e46b15-4269-4120-8f61-787929682a3f X-Archives-Hash: 843e901194d4082af42a4e98d872bbd6 commit: 7f1cfbf4372d353aa72ac7bcc9fee9f7389e7f1b Author: Sam James gentoo org> AuthorDate: Tue Oct 10 05:44:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 10 05:44:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1cfbf4 dev-util/mk-configure: needs mkdep/makedepend Pfffft. Closes: https://bugs.gentoo.org/915490 Signed-off-by: Sam James gentoo.org> .../{mk-configure-0.38.2.ebuild => mk-configure-0.38.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-util/mk-configure/mk-configure-0.38.2.ebuild b/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild similarity index 94% rename from dev-util/mk-configure/mk-configure-0.38.2.ebuild rename to dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild index 4d430f0054ce..bf63f6a98aa8 100644 --- a/dev-util/mk-configure/mk-configure-0.38.2.ebuild +++ b/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild @@ -16,8 +16,11 @@ KEYWORDS="~amd64" # TODO: investigate RESTRICT="test" -RDEPEND="sys-devel/bmake" -BDEPEND="sys-devel/bmake" +RDEPEND=" + || ( x11-misc/makedepend sys-devel/pmake ) + sys-devel/bmake +" +BDEPEND="${RDEPEND}" src_configure() { local jobs="$(makeopts_jobs)"