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 E06261581D3 for ; Mon, 20 May 2024 16:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A11E2A12; Mon, 20 May 2024 16:25:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E1D9CE2A12 for ; Mon, 20 May 2024 16:25:06 +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 2B342335D6E for ; Mon, 20 May 2024 16:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B37D41AF1 for ; Mon, 20 May 2024 16:25:04 +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: <1716222005.e271da7665caa5ad0cb25e3609407764e3db699c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numexpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numexpr/numexpr-2.10.0-r1.ebuild dev-python/numexpr/numexpr-2.10.0.ebuild X-VCS-Directories: dev-python/numexpr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e271da7665caa5ad0cb25e3609407764e3db699c X-VCS-Branch: master Date: Mon, 20 May 2024 16:25:04 +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: d72a5ffe-6e77-468e-ad24-06a9f226f5a6 X-Archives-Hash: 2fe1792e304b3e6648026761b1141520 commit: e271da7665caa5ad0cb25e3609407764e3db699c Author: Sam James gentoo org> AuthorDate: Mon May 20 16:20:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 20 16:20:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e271da76 dev-python/numexpr: fix revbump for numpy := dep numexpr wasn't keyworded at the time of the revbump but let's just do it to avoid anyone wasting time trying to debug. Fixes: 84f52fcdd2e42e28d7350b2c3793ba330772a519 Signed-off-by: Sam James gentoo.org> dev-python/numexpr/{numexpr-2.10.0.ebuild => numexpr-2.10.0-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/dev-python/numexpr/numexpr-2.10.0.ebuild b/dev-python/numexpr/numexpr-2.10.0-r1.ebuild similarity index 100% rename from dev-python/numexpr/numexpr-2.10.0.ebuild rename to dev-python/numexpr/numexpr-2.10.0-r1.ebuild