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 2390E15846A for ; Thu, 11 Jan 2024 14:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 684DCE2A62; Thu, 11 Jan 2024 14:13:03 +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 48601E2A62 for ; Thu, 11 Jan 2024 14:13:03 +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 4A44D3431DD for ; Thu, 11 Jan 2024 14:13:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C348295D for ; Thu, 11 Jan 2024 14:13:00 +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: <1704982356.5f0f8e1dfc856ab103645739da848884c6be202d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/librdkafka/librdkafka-1.8.2.ebuild dev-libs/librdkafka/librdkafka-2.1.1.ebuild dev-libs/librdkafka/librdkafka-2.2.0.ebuild X-VCS-Directories: dev-libs/librdkafka/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f0f8e1dfc856ab103645739da848884c6be202d X-VCS-Branch: master Date: Thu, 11 Jan 2024 14:13:00 +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: 78ddd737-dcec-4655-941b-085c211fc12c X-Archives-Hash: 7e573bed4ec64b6ec19092a04f0d8c6b commit: 5f0f8e1dfc856ab103645739da848884c6be202d Author: Sam James gentoo org> AuthorDate: Thu Jan 11 13:26:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 11 14:12:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0f8e1d dev-libs/librdkafka: BDEPEND on which Bug: https://github.com/confluentinc/librdkafka/pull/4353 Signed-off-by: Sam James gentoo.org> dev-libs/librdkafka/librdkafka-1.8.2.ebuild | 5 +++-- dev-libs/librdkafka/librdkafka-2.1.1.ebuild | 5 +++-- dev-libs/librdkafka/librdkafka-2.2.0.ebuild | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-libs/librdkafka/librdkafka-1.8.2.ebuild b/dev-libs/librdkafka/librdkafka-1.8.2.ebuild index d5b761b1d74b..b58580b204e0 100644 --- a/dev-libs/librdkafka/librdkafka-1.8.2.ebuild +++ b/dev-libs/librdkafka/librdkafka-1.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -33,8 +33,9 @@ LIB_DEPEND=" zstd? ( app-arch/zstd:=[static-libs(+)] ) sys-libs/zlib:=[static-libs(+)] " - +# which: https://github.com/confluentinc/librdkafka/pull/4353 BDEPEND=" + sys-apps/which virtual/pkgconfig ${PYTHON_DEPS} " diff --git a/dev-libs/librdkafka/librdkafka-2.1.1.ebuild b/dev-libs/librdkafka/librdkafka-2.1.1.ebuild index d5b761b1d74b..b58580b204e0 100644 --- a/dev-libs/librdkafka/librdkafka-2.1.1.ebuild +++ b/dev-libs/librdkafka/librdkafka-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -33,8 +33,9 @@ LIB_DEPEND=" zstd? ( app-arch/zstd:=[static-libs(+)] ) sys-libs/zlib:=[static-libs(+)] " - +# which: https://github.com/confluentinc/librdkafka/pull/4353 BDEPEND=" + sys-apps/which virtual/pkgconfig ${PYTHON_DEPS} " diff --git a/dev-libs/librdkafka/librdkafka-2.2.0.ebuild b/dev-libs/librdkafka/librdkafka-2.2.0.ebuild index 41ebcbe25f5f..c22046c164f6 100644 --- a/dev-libs/librdkafka/librdkafka-2.2.0.ebuild +++ b/dev-libs/librdkafka/librdkafka-2.2.0.ebuild @@ -33,8 +33,9 @@ LIB_DEPEND=" zstd? ( app-arch/zstd:=[static-libs(+)] ) sys-libs/zlib:=[static-libs(+)] " - +# which: https://github.com/confluentinc/librdkafka/pull/4353 BDEPEND=" + sys-apps/which virtual/pkgconfig ${PYTHON_DEPS} "