Skip to content

Commit 7992fd8

Browse files
committed
dev-db/rum: bump compat to pg16, fix multi-target build
Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]>
1 parent 891067d commit 7992fd8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dev-db/rum/rum-1.3.13.ebuild dev-db/rum/rum-1.3.13-r1.ebuild

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=7
55

6-
POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 )
6+
POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 16 )
77
POSTGRES_USEDEP="server"
88

99
inherit postgres-multi
@@ -22,6 +22,11 @@ RDEPEND="${DEPEND}"
2222
# Needs a running PostgreSQL server
2323
RESTRICT="test"
2424

25+
src_prepare() {
26+
sed -i 's;^PG_CONFIG =;PG_CONFIG ?=;' Makefile || die
27+
postgres-multi_src_prepare
28+
}
29+
2530
src_compile() {
2631
postgres-multi_foreach emake USE_PGXS=1
2732
}

0 commit comments

Comments
 (0)