From aa777c58640559fd2dcada9c5d5aedf6fff947ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 22 Dec 2020 11:32:44 +0100 Subject: [PATCH] [dev-db/timescaledb] fix postgres_compat definition --- dev-db/timescaledb/timescaledb-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/timescaledb/timescaledb-2.0.0.ebuild b/dev-db/timescaledb/timescaledb-2.0.0.ebuild index 4aaea1d..7aa005e 100644 --- a/dev-db/timescaledb/timescaledb-2.0.0.ebuild +++ b/dev-db/timescaledb/timescaledb-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -POSTGRES_COMPAT=( 11..12 ) +POSTGRES_COMPAT=( {11..12} ) POSTGRES_USEDEP="server,ssl?" inherit cmake postgres-multi