diff options
author | Sam James <sam@gentoo.org> | 2023-09-18 11:58:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 11:58:13 +0100 |
commit | 1fd570cb131ea7f51a63dee06ae81b857af91c4b (patch) | |
tree | 1f9a3c9de343abea260c11243c262a08bcaecd68 /dev-db | |
parent | dev-ruby/rspec-retry: Keyword 0.6.2 hppa, #913913 (diff) | |
download | gentoo-1fd570cb131ea7f51a63dee06ae81b857af91c4b.tar.gz gentoo-1fd570cb131ea7f51a63dee06ae81b857af91c4b.tar.bz2 gentoo-1fd570cb131ea7f51a63dee06ae81b857af91c4b.zip |
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>
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 |