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 655A715815E for ; Tue, 6 Feb 2024 03:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57798E2A7F; Tue, 6 Feb 2024 03:05:14 +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 B2B1FE2A7F for ; Tue, 6 Feb 2024 03:05:13 +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 4AA8434300B for ; Tue, 6 Feb 2024 03:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4F8814C6 for ; Tue, 6 Feb 2024 03:05:10 +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: <1707188614.27f17b985f46015bd296d11976cac73e11532655.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnvme/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libnvme/libnvme-1.7.1-r1.ebuild sys-libs/libnvme/libnvme-1.7.1.ebuild X-VCS-Directories: sys-libs/libnvme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 27f17b985f46015bd296d11976cac73e11532655 X-VCS-Branch: master Date: Tue, 6 Feb 2024 03:05:10 +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: 0f670ed9-89e0-4ddf-aac5-5f562f858b5d X-Archives-Hash: 79cb106ee16d3ea12a4fa1524b6cd368 commit: 27f17b985f46015bd296d11976cac73e11532655 Author: Sam James gentoo org> AuthorDate: Tue Feb 6 03:03:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 6 03:03:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f17b98 sys-libs/libnvme: revbump for Python fix Followup to ba65982faccd363da37bc8953ee51b4475727876. parona made a fair point that a revbump is technically warranted given that with USE=python, we may get an additional impl installed outside of what PYTHON_TARGETS covered (e.g. if configure picks up Python 3.12, builds & installs that, then the proper Python impl builds do Python 3.11). Revbump for correctness accordingly. After he said it, I realised it wasn't just a technicality, but actually pretty plausible as well. Bug: https://bugs.gentoo.org/923853 Signed-off-by: Sam James gentoo.org> sys-libs/libnvme/{libnvme-1.7.1.ebuild => libnvme-1.7.1-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sys-libs/libnvme/libnvme-1.7.1.ebuild b/sys-libs/libnvme/libnvme-1.7.1-r1.ebuild similarity index 100% rename from sys-libs/libnvme/libnvme-1.7.1.ebuild rename to sys-libs/libnvme/libnvme-1.7.1-r1.ebuild