diff --git a/dev-db/timescaledb/timescaledb-1.6.0.ebuild b/dev-db/timescaledb/timescaledb-1.6.0.ebuild index fcc67d8..03e7a40 100644 --- a/dev-db/timescaledb/timescaledb-1.6.0.ebuild +++ b/dev-db/timescaledb/timescaledb-1.6.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 POSTGRES_COMPAT=( 9.6 {10..11} ) POSTGRES_USEDEP="server,ssl?" -inherit cmake-utils postgres-multi +inherit cmake postgres-multi DESCRIPTION="A time-series database optimized for fast ingest and complex queries" HOMEPAGE="https://www.timescale.com/" @@ -26,7 +26,7 @@ src_prepare() { default postgres-multi_src_prepare - postgres-multi_foreach cmake-utils_src_prepare + postgres-multi_foreach cmake_src_prepare } src_configure() { @@ -35,15 +35,15 @@ src_configure() { -DSEND_TELEMETRY_DEFAULT=OFF -DREGRESS_CHECKS=OFF ) - postgres-multi_foreach cmake-utils_src_configure + postgres-multi_foreach cmake_src_configure } src_compile() { - postgres-multi_foreach cmake-utils_src_compile + postgres-multi_foreach cmake_src_compile } src_install() { - postgres-multi_foreach cmake-utils_src_install + postgres-multi_foreach cmake_src_install use static-libs || find "${ED}" -name '*.a' -delete }