[dev-db/timescaledb] fix postgres_compat definition

This commit is contained in:
Robert Förster 2020-12-22 11:32:44 +01:00
parent 8e963009bc
commit aa777c5864
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
POSTGRES_COMPAT=( 11..12 )
POSTGRES_COMPAT=( {11..12} )
POSTGRES_USEDEP="server,ssl?"
inherit cmake postgres-multi