diff --git a/dev-db/timescaledb/timescaledb-2.17.2.ebuild b/dev-db/timescaledb/timescaledb-2.17.2.ebuild index 20f1786..b57cff0 100644 --- a/dev-db/timescaledb/timescaledb-2.17.2.ebuild +++ b/dev-db/timescaledb/timescaledb-2.17.2.ebuild @@ -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() {