fix dev-db/timescaledb missing inherit
This commit is contained in:
parent
0751c8dd3a
commit
97e663d36e
1 changed files with 3 additions and 1 deletions
|
@ -3,8 +3,9 @@
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
POSTGRES_COMPAT=( 10 11 12 )
|
inherit cmake-utils
|
||||||
|
|
||||||
|
POSTGRES_COMPAT=( 10 11 12 )
|
||||||
inherit postgres-multi
|
inherit postgres-multi
|
||||||
|
|
||||||
DESCRIPTION="A PostgreSQL extrnsion that adds time-series queries, tools and optimization."
|
DESCRIPTION="A PostgreSQL extrnsion that adds time-series queries, tools and optimization."
|
||||||
|
@ -24,6 +25,7 @@ S="${WORKDIR}/${PN}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
cmake-utils_src_prepare
|
||||||
postgres-multi_src_prepare
|
postgres-multi_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue