commit: 7992fd86eff8b5a260df6c1837b4271a75bff548
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Sep 15 11:23:58 2024 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Sep 15 11:24:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7992fd86
dev-db/rum: bump compat to pg16, fix multi-target build
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-db/rum/{rum-1.3.13.ebuild => rum-1.3.13-r1.ebuild} | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-db/rum/rum-1.3.13.ebuild b/dev-db/rum/rum-1.3.13-r1.ebuild
similarity index 83%
rename from dev-db/rum/rum-1.3.13.ebuild
rename to dev-db/rum/rum-1.3.13-r1.ebuild
index 132bb2f47..734c3b407 100644
--- a/dev-db/rum/rum-1.3.13.ebuild
+++ b/dev-db/rum/rum-1.3.13-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 )
+POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 16 )
POSTGRES_USEDEP="server"
inherit postgres-multi
@@ -22,6 +22,11 @@ RDEPEND="${DEPEND}"
# Needs a running PostgreSQL server
RESTRICT="test"
+src_prepare() {
+ sed -i 's;^PG_CONFIG =;PG_CONFIG ?=;' Makefile || die
+ postgres-multi_src_prepare
+}
+
src_compile() {
postgres-multi_foreach emake USE_PGXS=1
}