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 672F415800A for ; Mon, 7 Aug 2023 12:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A562BC02B; Mon, 7 Aug 2023 12:51:51 +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 590BE2BC02B for ; Mon, 7 Aug 2023 12:51:51 +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 60CEC335CD6 for ; Mon, 7 Aug 2023 12:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D068F27 for ; Mon, 7 Aug 2023 12:51:47 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1691387956.9721644167277d26aa761cf9c11f8191c04b4968.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: eclass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: eclass/mix.eclass X-VCS-Directories: eclass/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9721644167277d26aa761cf9c11f8191c04b4968 X-VCS-Branch: master Date: Mon, 7 Aug 2023 12:51:47 +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: 7db583e4-b88c-4f9c-8e96-91d06c611099 X-Archives-Hash: 04d825cd35be366ab9ab0e95d382446c commit: 9721644167277d26aa761cf9c11f8191c04b4968 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Aug 7 05:59:04 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 7 05:59:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97216441 mix.eclass: fix self-blocking of revisions Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> eclass/mix.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mix.eclass b/eclass/mix.eclass index 39c6bed500..b5071e94d8 100644 --- a/eclass/mix.eclass +++ b/eclass/mix.eclass @@ -34,7 +34,7 @@ DEPEND="${RDEPEND}" # Erlang/Elixir software fails to build when another version with API # differences is present -BDEPEND="!<${CATEGORY}/${P} !>${CATEGORY}/${P}" +BDEPEND="!<${CATEGORY}/${P} !>${CATEGORY}/${PF}" # @ECLASS-VARIABLE: HEX_OFFLINE HEX_OFFLINE=1