diff options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/slony1/slony1-2.2.10-r1.ebuild (renamed from dev-db/slony1/slony1-2.2.10.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/slony1/slony1-2.2.10.ebuild b/dev-db/slony1/slony1-2.2.10-r1.ebuild index 1e64c0ebe7bd..81ec3602d9bd 100644 --- a/dev-db/slony1/slony1-2.2.10.ebuild +++ b/dev-db/slony1/slony1-2.2.10-r1.ebuild @@ -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 |