commit:     9c2a5cc87545d3f80302027aa5d98bda5b7af118
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 18:59:35 2022 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 18:59:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2a5cc8

dev-db/timescaledb: Fix postgresql[ssl] dependency

Closes: https://bugs.gentoo.org/833776
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 .../{timescaledb-2.5.2.ebuild => timescaledb-2.5.2-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/timescaledb/timescaledb-2.5.2.ebuild 
b/dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
similarity index 96%
rename from dev-db/timescaledb/timescaledb-2.5.2.ebuild
rename to dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
index f45cf070514a..b6b5d265256d 100644
--- a/dev-db/timescaledb/timescaledb-2.5.2.ebuild
+++ b/dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 POSTGRES_COMPAT=( 12 13 14 )
+POSTGRES_USEDEP="ssl"
 
 inherit postgres-multi cmake
 
@@ -20,8 +21,7 @@ SLOT=0
 
 RESTRICT="test"
 
-DEPEND="${POSTGRES_DEP}
-       dev-libs/openssl:="
+DEPEND="${POSTGRES_DEP}"
 RDEPEND="${DEPEND}"
 
 CMAKE_IN_SOURCE_BUILD=yes

Reply via email to