diff --git a/dev-db/pg_repack/pg_repack-1.4.5.ebuild b/dev-db/pg_repack/pg_repack-1.4.5.ebuild index 5d15619247..1ce6978d63 100644 --- a/dev-db/pg_repack/pg_repack-1.4.5.ebuild +++ b/dev-db/pg_repack/pg_repack-1.4.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -POSTGRES_COMPAT=( 9.4 9.5 9.6 10 11 12 ) +POSTGRES_COMPAT=( 9.5 9.6 10 11 12 ) POSTGRES_USEDEP="server" inherit postgres-multi