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 54FC2158083 for ; Sat, 21 Sep 2024 03:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05DFCE29B1; Sat, 21 Sep 2024 03:38:37 +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 DF5DCE29B1 for ; Sat, 21 Sep 2024 03:38:36 +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 07BFE3431BE for ; Sat, 21 Sep 2024 03:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 311E32802 for ; Sat, 21 Sep 2024 03:38:33 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1726889406.7ad64c0c8c8bbcae5d6a723cb1489a6d86773be0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/primecountpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/primecountpy/primecountpy-0.1.0.ebuild X-VCS-Directories: dev-python/primecountpy/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7ad64c0c8c8bbcae5d6a723cb1489a6d86773be0 X-VCS-Branch: master Date: Sat, 21 Sep 2024 03:38:33 +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: 24f5b64b-2292-446b-b7b6-22761d6cb52e X-Archives-Hash: c4856148104cc959b05f8fd0b3a6590e commit: 7ad64c0c8c8bbcae5d6a723cb1489a6d86773be0 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Sep 21 03:30:06 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Sep 21 03:30:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad64c0c dev-python/primecountpy: drop IUSE="" Signed-off-by: Michael Orlitzky gentoo.org> dev-python/primecountpy/primecountpy-0.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/primecountpy/primecountpy-0.1.0.ebuild b/dev-python/primecountpy/primecountpy-0.1.0.ebuild index 559ac2161d01..032409f7feab 100644 --- a/dev-python/primecountpy/primecountpy-0.1.0.ebuild +++ b/dev-python/primecountpy/primecountpy-0.1.0.ebuild @@ -16,7 +16,6 @@ HOMEPAGE="https://pypi.org/project/primecountpy/ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~riscv" -IUSE="" DEPEND="sci-mathematics/primecount dev-python/cysignals[${PYTHON_USEDEP}]"