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 0F575158008 for ; Mon, 12 Jun 2023 23:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 480C0E08DD; Mon, 12 Jun 2023 23:22:27 +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 27917E08DD for ; Mon, 12 Jun 2023 23:22:27 +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 18F18341369 for ; Mon, 12 Jun 2023 23:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43311A8B for ; Mon, 12 Jun 2023 23:22:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1686612133.2f76fb76892c184b44bd72cee89568886e391b9f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libblockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libblockdev/libblockdev-2.28-r2.ebuild X-VCS-Directories: sys-libs/libblockdev/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2f76fb76892c184b44bd72cee89568886e391b9f X-VCS-Branch: master Date: Mon, 12 Jun 2023 23:22:24 +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: e3746d1a-4dd7-4e40-81c7-e7b479703227 X-Archives-Hash: e0d2676c2abf2c12a4d3586cc319cf2b commit: 2f76fb76892c184b44bd72cee89568886e391b9f Author: Marek Szuba gentoo org> AuthorDate: Mon Jun 12 21:00:14 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Jun 12 23:22:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f76fb76 sys-libs/libblockdev: dev-libs/libbytesize[python] now supports py3.11 Signed-off-by: Marek Szuba gentoo.org> sys-libs/libblockdev/libblockdev-2.28-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libblockdev/libblockdev-2.28-r2.ebuild b/sys-libs/libblockdev/libblockdev-2.28-r2.ebuild index 0c4d0d9257ce..1be0372d3a14 100644 --- a/sys-libs/libblockdev/libblockdev-2.28-r2.ebuild +++ b/sys-libs/libblockdev/libblockdev-2.28-r2.ebuild @@ -64,7 +64,7 @@ BDEPEND+=" test? ( $(python_gen_cond_dep ' dev-libs/libbytesize[python,${PYTHON_USEDEP}] - ' python3_{9..10} ) + ') sys-block/targetcli-fb ) "