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 8C26E158083 for ; Wed, 25 Sep 2024 12:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF85FE2A30; Wed, 25 Sep 2024 12:05:50 +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 9CF8EE2A30 for ; Wed, 25 Sep 2024 12:05:50 +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 62C1034307E for ; Wed, 25 Sep 2024 12:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92A361E16 for ; Wed, 25 Sep 2024 12:05:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1727265928.18d3d465a8f9b1a583d261373d7c4bd8ff903ce0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cramjam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cramjam/cramjam-2.8.4.ebuild X-VCS-Directories: dev-python/cramjam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18d3d465a8f9b1a583d261373d7c4bd8ff903ce0 X-VCS-Branch: master Date: Wed, 25 Sep 2024 12:05: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: 7062460c-093b-485f-8671-9eeaf4fe01ce X-Archives-Hash: 3d1858dcce3220fff20e8ff1a6f1968b commit: 18d3d465a8f9b1a583d261373d7c4bd8ff903ce0 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 25 12:03:24 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 25 12:05:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d3d465 dev-python/cramjam: Add missing nasm/yasm dep Closes: https://bugs.gentoo.org/940239 Signed-off-by: Michał Górny gentoo.org> dev-python/cramjam/cramjam-2.8.4.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-python/cramjam/cramjam-2.8.4.ebuild b/dev-python/cramjam/cramjam-2.8.4.ebuild index dfe32f4a5235..e2c64e49b829 100644 --- a/dev-python/cramjam/cramjam-2.8.4.ebuild +++ b/dev-python/cramjam/cramjam-2.8.4.ebuild @@ -150,6 +150,21 @@ BDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] ) " +# bundled isal deps +BDEPEND+=" + amd64? ( + || ( + >=dev-lang/nasm-2.13 + >=dev-lang/yasm-1.2.0 + ) + ) + x86? ( + || ( + >=dev-lang/nasm-2.13 + >=dev-lang/yasm-1.2.0 + ) + ) +" distutils_enable_tests pytest