*/*: server -> server(+) for pg's POSTGRES_USEDEP

USE=server is only in dev-db/postgresql by way of a patch to make
it conditional. If it's ever removed (as it is in 9999), it'll be
such that the server is available, so (+).

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-28 16:41:28 +01:00
parent d35fa1104b
commit 0cc8a2f0eb
25 changed files with 25 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -5,7 +5,7 @@ EAPI=8
MY_PV="REL${PV//./_}"
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -6,7 +6,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {12..16} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit cmake postgres-multi

View File

@@ -6,7 +6,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {13..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit cmake postgres-multi

View File

@@ -6,7 +6,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {13..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit cmake postgres-multi

View File

@@ -6,7 +6,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {13..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit cmake postgres-multi

View File

@@ -6,7 +6,7 @@ EAPI=8
CMAKE_BUILD_TYPE="Release"
POSTGRES_COMPAT=( {14..18} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit cmake postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=7
POSTGRES_COMPAT=( 9.6 {10..14} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=7
POSTGRES_COMPAT=( {12..16} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {11..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {11..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {11..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..17} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..18} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( {12..18} )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit autotools postgres-multi toolchain-funcs
MY_P="${PN}-$(ver_rs 3 '')"

View File

@@ -4,7 +4,7 @@
EAPI=8
POSTGRES_COMPAT=( 14 15 16 17 18 )
POSTGRES_USEDEP="server"
POSTGRES_USEDEP="server(+)"
inherit optfeature postgres-multi

View File

@@ -4,7 +4,7 @@
EAPI=7
POSTGRES_COMPAT=( 9.6 {10..14} )
POSTGRES_USEDEP="server,threads(+)"
POSTGRES_USEDEP="server(+),threads(+)"
inherit flag-o-matic postgres-multi

View File

@@ -27,7 +27,7 @@ DEPEND="${POSTGRES_DEP}"
RDEPEND="${DEPEND}"
BDEPEND="
test? (
dev-db/postgresql[server]
dev-db/postgresql[server(+)]
)
"