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 9D9D91581C1 for ; Sat, 13 Jul 2024 12:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10FCCE2AEE; Sat, 13 Jul 2024 12:02:15 +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 E858BE2AEE for ; Sat, 13 Jul 2024 12:02:14 +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 6A21C343076 for ; Sat, 13 Jul 2024 12:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C8B1E25 for ; Sat, 13 Jul 2024 12:02:10 +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: <1720872122.fa0e3cdafd247b49bf9c36b35ad4b6a097a8cdfa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/proto-plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/proto-plus/proto-plus-1.24.0-r1.ebuild dev-python/proto-plus/proto-plus-1.24.0.ebuild X-VCS-Directories: dev-python/proto-plus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fa0e3cdafd247b49bf9c36b35ad4b6a097a8cdfa X-VCS-Branch: master Date: Sat, 13 Jul 2024 12:02: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: 515fec44-f224-4cbf-97ca-aa4e4f33e788 X-Archives-Hash: 15eb5abb83bc74c6261a980658eccf31 commit: fa0e3cdafd247b49bf9c36b35ad4b6a097a8cdfa Author: Michał Górny gentoo org> AuthorDate: Sat Jul 13 11:49:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 13 12:02:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0e3cda dev-python/proto-plus: Fix protobuf-python dep Signed-off-by: Michał Górny gentoo.org> .../{proto-plus-1.24.0.ebuild => proto-plus-1.24.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/proto-plus/proto-plus-1.24.0.ebuild b/dev-python/proto-plus/proto-plus-1.24.0-r1.ebuild similarity index 94% rename from dev-python/proto-plus/proto-plus-1.24.0.ebuild rename to dev-python/proto-plus/proto-plus-1.24.0-r1.ebuild index e71f9a45d8dc..e6c71cd00e42 100644 --- a/dev-python/proto-plus/proto-plus-1.24.0.ebuild +++ b/dev-python/proto-plus/proto-plus-1.24.0-r1.ebuild @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="amd64 arm64 x86" RDEPEND=" - =dev-python/protobuf-python-3.19.0[${PYTHON_USEDEP}] " BDEPEND="