summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2022-02-19 18:59:35 +0000
committerPatrick Lauer <patrick@gentoo.org>2022-02-19 18:59:54 +0000
commit9c2a5cc87545d3f80302027aa5d98bda5b7af118 (patch)
tree4ffffad092a12fa63f222474dd2585547ba22a4f /dev-db/timescaledb
parentkde-apps/kdepim-runtime: Disable google address book resource (diff)
downloadgentoo-9c2a5cc87545d3f80302027aa5d98bda5b7af118.tar.gz
gentoo-9c2a5cc87545d3f80302027aa5d98bda5b7af118.tar.bz2
gentoo-9c2a5cc87545d3f80302027aa5d98bda5b7af118.zip
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@gentoo.org>
Diffstat (limited to 'dev-db/timescaledb')
-rw-r--r--dev-db/timescaledb/timescaledb-2.5.2-r1.ebuild (renamed from dev-db/timescaledb/timescaledb-2.5.2.ebuild)4
1 files 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
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