commit: 5f0f8e1dfc856ab103645739da848884c6be202d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 11 13:26:10 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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} "
