blob: 6f73159431889e28e7913b763845f4525da7a733 (
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= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) 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 postgres_targets_postgres13
KEYWORDS=~amd64
LICENSE=POSTGRESQL AGPL-3
RDEPEND=postgres_targets_postgres15? ( dev-db/postgresql:15= ) postgres_targets_postgres14? ( dev-db/postgresql:14= ) postgres_targets_postgres13? ( dev-db/postgresql:13= ) app-arch/lz4 app-arch/zstd
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/citusdata/citus/archive/refs/tags/v11.1.4.tar.gz -> citus-11.1.4.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 postgres 7233fc439696bbab8442204f0f284645 postgres-multi eb5db133692fe18bccaa7c2c5f45306d
_md5_=ef6e51a6e597c1d68952876771fdb3d5
|