blob: ece94ad1498dcaf2ed0b9c952d6db533b256a080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=postgres_targets_postgres15? ( dev-db/postgresql:15= ) postgres_targets_postgres14? ( dev-db/postgresql:14= ) app-arch/lz4 app-arch/zstd
DESCRIPTION=Open-source postgresql extension for clustering/multi-node setups
EAPI=7
HOMEPAGE=https://www.citusdata.com/
INHERIT=postgres-multi
IUSE=postgres_targets_postgres15 postgres_targets_postgres14
KEYWORDS=~amd64
LICENSE=POSTGRESQL AGPL-3
RDEPEND=postgres_targets_postgres15? ( dev-db/postgresql:15= ) postgres_targets_postgres14? ( dev-db/postgresql:14= ) app-arch/lz4 app-arch/zstd
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/citusdata/citus/archive/refs/tags/v12.0.1.tar.gz -> citus-12.0.1.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 postgres 3f864368af6c0e46196e03821025f1f5 postgres-multi eb5db133692fe18bccaa7c2c5f45306d
_md5_=da19644021f12638f2fec5095795597e
|