summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-06-04 11:12:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-04 19:18:51 +0300
commita555158c867507c429e44810fac3d5157d25fe57 (patch)
treea708370599dcef7b3b475d070cdd8655905bf879 /dev-libs/librdkafka/librdkafka-1.8.2.ebuild
parentdev-libs/confuse: update github link (diff)
downloadgentoo-a555158c867507c429e44810fac3d5157d25fe57.tar.gz
gentoo-a555158c867507c429e44810fac3d5157d25fe57.tar.bz2
gentoo-a555158c867507c429e44810fac3d5157d25fe57.zip
dev-libs/librdkafka: update github link
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/librdkafka/librdkafka-1.8.2.ebuild')
-rw-r--r--dev-libs/librdkafka/librdkafka-1.8.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/librdkafka/librdkafka-1.8.2.ebuild b/dev-libs/librdkafka/librdkafka-1.8.2.ebuild
index 61cfc39c076f..d5b761b1d74b 100644
--- a/dev-libs/librdkafka/librdkafka-1.8.2.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.8.2.ebuild
@@ -8,14 +8,14 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit python-any-r1 toolchain-funcs
DESCRIPTION="Apache Kafka C/C++ client library"
-HOMEPAGE="https://github.com/edenhill/librdkafka"
+HOMEPAGE="https://github.com/confluentinc/librdkafka"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/edenhill/${PN}.git"
+ EGIT_REPO_URI="https://github.com/confluentinc/${PN}.git"
inherit git-r3
else
- SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/confluentinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
fi
@@ -88,7 +88,7 @@ src_configure() {
src_test() {
# Simulate CI so we do not fail when tests are running longer than expected,
- # https://github.com/edenhill/librdkafka/blob/v1.6.1/tests/0062-stats_event.c#L101-L116
+ # https://github.com/confluentinc/librdkafka/blob/v1.6.1/tests/0062-stats_event.c#L101-L116
local -x CI=true
emake -C tests run_local