[dev-db/timescaledb] fix license

This commit is contained in:
2020-07-20 12:36:56 +02:00
parent 7defcc765e
commit 9dad11ba1e
2 changed files with 427 additions and 2 deletions

View File

@@ -12,9 +12,10 @@ DESCRIPTION="A time-series database optimized for fast ingest and complex querie
HOMEPAGE="https://www.timescale.com/"
SRC_URI="https://github.com/timescale/${PN}/releases/download/${PV}/${P}.tar.lzma"
LICENSE="Apache-2.0"
LICENSE="Apache-2.0
tsl? ( TIMESCALE )"
SLOT="0"
IUSE="ssl static-libs"
IUSE="ssl +tsl static-libs"
KEYWORDS="~amd64 ~x86"
DEPEND="${POSTGRES_DEP}"
@@ -33,6 +34,7 @@ src_configure() {
local mycmakeargs=(
-DPG_CONFIG="$PG_CONFIG"
-DUSE_OPENSSL=$(usex ssl ON OFF)
-DAPACHE_ONLY=$(usex tsl OFF ON)
-DSEND_TELEMETRY_DEFAULT=OFF
-DREGRESS_CHECKS=OFF
)