mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-db/slony1: prepare for postgresql to remove USE=threads
It's always available in newer versions. Bug: https://bugs.gentoo.org/868393 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
POSTGRES_COMPAT=( 9.6 {10..14} )
|
||||
POSTGRES_USEDEP="server,threads"
|
||||
POSTGRES_USEDEP="server,threads(+)"
|
||||
|
||||
inherit postgres-multi
|
||||
|
||||
Reference in New Issue
Block a user