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 B9BD5158094 for ; Thu, 30 Jun 2022 10:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA52FE0C0E; Thu, 30 Jun 2022 10:30:48 +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 AF536E0C0E for ; Thu, 30 Jun 2022 10:30:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A53D7341390 for ; Thu, 30 Jun 2022 10:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4546D326 for ; Thu, 30 Jun 2022 10:30:45 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1656584966.109655c2023470abe74ee4cc2d32c55521ae6e76.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/confluent-kafka/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild X-VCS-Directories: dev-python/confluent-kafka/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 109655c2023470abe74ee4cc2d32c55521ae6e76 X-VCS-Branch: dev Date: Thu, 30 Jun 2022 10:30:45 +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: b8fbdba7-0684-46e6-b6d5-667fac88a289 X-Archives-Hash: e2a32b1b58e8aea77c658dca8f85c7a8 commit: 109655c2023470abe74ee4cc2d32c55521ae6e76 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 30 10:29:26 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Jun 30 10:29:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=109655c2 dev-python/confluent-kafka: set librdkafka version Closes: https://bugs.gentoo.org/855320 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild b/dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild index bb04a6a99..11a247957 100644 --- a/dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild +++ b/dev-python/confluent-kafka/confluent-kafka-1.9.0.ebuild @@ -21,7 +21,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND="dev-libs/librdkafka" +RDEPEND="~dev-libs/librdkafka-1.9.0" DEPEND="${RDEPEND}" BDEPEND=" test? (