blob: c48f73ab7210f58779229072cc518bf2b839360c (
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_postgres13? ( dev-db/postgresql:13= ) postgres_targets_postgres12? ( dev-db/postgresql:12= ) postgres_targets_postgres11? ( dev-db/postgresql:11= ) 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_postgres13 postgres_targets_postgres12 postgres_targets_postgres11
KEYWORDS=~amd64
LICENSE=POSTGRESQL AGPL-3
RDEPEND=postgres_targets_postgres13? ( dev-db/postgresql:13= ) postgres_targets_postgres12? ( dev-db/postgresql:12= ) postgres_targets_postgres11? ( dev-db/postgresql:11= ) app-arch/lz4 app-arch/zstd
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/citusdata/citus/archive/v9.5.10.tar.gz -> citus-9.5.10.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 postgres 05edf6d3e5fd01f9d4070446603fbb74 postgres-multi fb7c39e4a2aced93f5986224677a9070
_md5_=3388d80b4d1019e9c0357f1fb12a76f7
|