From cea3ddfee266bb6a1cdf6ba89c8e0638df195f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Wed, 19 Feb 2020 02:02:24 +0100 Subject: [PATCH] [dev-db/timescaledb] EAPI 7 --- dev-db/timescaledb/timescaledb-1.6.0.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }