| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 13.2.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
POSTGRES_COMPAT=( 15 16 17 )
inherit postgres-multi
DESCRIPTION="Open-source postgresql extension for clustering/multi-node setups"
HOMEPAGE="https://www.citusdata.com/"
SRC_URI="https://github.com/citusdata/citus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
IUSE=""
LICENSE="POSTGRESQL AGPL-3"
KEYWORDS="~amd64"
SLOT=0
RESTRICT="test"
DEPEND="${POSTGRES_DEP}
app-arch/lz4
app-arch/zstd
"
RDEPEND="${DEPEND}"
src_configure() {
postgres-multi_foreach econf --without-libcurl
}
${POSTGRES_DEP}
app-arch/lz4
app-arch/zstd
${POSTGRES_DEP}
app-arch/lz4
app-arch/zstd
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | citus-13.2.1.tar.gz | 7900261 bytes | https://github.com/citusdata/citus/archive/refs/tags/v13.2.1.tar.gz |