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:
Sam James
2023-09-18 11:58:13 +01:00
parent 31cbbb8486
commit 1fd570cb13

View File

@@ -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