diff options
Diffstat (limited to 'dev-db')
-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 |