diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-29 03:04:32 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-29 03:04:32 -0500 |
| commit | 1c2bb144efdfa7abb1e6ff9c0dc1f10c01eb43d1 (patch) | |
| tree | 977e8a4ceec4c6469193a34c8bd0f3cbb26f3878 /dev-db/pg_wait_sampling | |
| parent | d078a6bb97ca56a274a131a62e0cfe7d85c4452d (diff) | |
| download | baldeagleos-repo-1c2bb144efdfa7abb1e6ff9c0dc1f10c01eb43d1.tar.gz baldeagleos-repo-1c2bb144efdfa7abb1e6ff9c0dc1f10c01eb43d1.tar.xz baldeagleos-repo-1c2bb144efdfa7abb1e6ff9c0dc1f10c01eb43d1.zip | |
Adding metadata
Diffstat (limited to 'dev-db/pg_wait_sampling')
| -rw-r--r-- | dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9-r1.ebuild (renamed from dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9.ebuild) | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9.ebuild b/dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9-r1.ebuild index 88104ea2b3ef..d440323ab5cc 100644 --- a/dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9.ebuild +++ b/dev-db/pg_wait_sampling/pg_wait_sampling-1.1.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 POSTGRES_COMPAT=( 14 15 16 17 18 ) -POSTGRES_USEDEP="server" +POSTGRES_USEDEP="server(+)" inherit postgres-multi @@ -15,14 +15,19 @@ SRC_URI="https://github.com/postgrespro/${PN}/archive/refs/tags/v${PV}.tar.gz -> LICENSE="POSTGRESQL" SLOT="0" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${POSTGRES_REQ_USE}" + +RDEPEND="${POSTGRES_DEP}" +DEPEND="${RDEPEND}" RESTRICT="test" src_compile() { export USE_PGXS="1" - default + postgres-multi_src_compile } src_install() { - default + einstalldocs + postgres-multi_src_install } |
