[dev-db/timescaledb] sync

This commit is contained in:
Robert Förster 2024-11-17 13:45:01 +01:00
parent 4e258a1599
commit 7b9e4397ed

View File

@ -6,7 +6,7 @@ EAPI=8
POSTGRES_COMPAT=( {14..17} )
POSTGRES_USEDEP="ssl"
inherit cmake postgres-multi
inherit postgres-multi cmake
DESCRIPTION="Open-source time-series SQL database"
HOMEPAGE="https://www.timescale.com/"
@ -14,9 +14,10 @@ SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0
tsl? ( timescale )"
SLOT="0"
SLOT=0
KEYWORDS="~amd64"
IUSE="+tsl"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"
DEPEND="${POSTGRES_DEP}"
@ -32,7 +33,7 @@ src_prepare() {
postgres-multi_foreach timescale_src_prepare
}
timescale_src_configure() {
timescale_configure() {
local CMAKE_USE_DIR=$BUILD_DIR
local mycmakeargs=(
-DAPACHE_ONLY=$(usex tsl OFF ON)
@ -45,7 +46,7 @@ timescale_src_configure() {
}
src_configure() {
postgres-multi_foreach timescale_src_configure
postgres-multi_foreach timescale_configure
}
timescale_src_compile() {