[dev-db/timescaledb] EAPI 7

This commit is contained in:
Robert Förster 2020-02-19 02:02:24 +01:00
parent 8b5cab806a
commit cea3ddfee2
1 changed files with 6 additions and 6 deletions

View File

@ -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
}