mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-db/duckdb: Fix internal version
Closes: https://bugs.gentoo.org/949876 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
parent
2772a4749f
commit
5ad893f8c0
@ -18,6 +18,6 @@ KEYWORDS="~amd64"
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
mycmakeargs=( "-DINSTALL_LIB_DIR=/usr/$(get_libdir)/" )
|
||||
mycmakeargs=( "-DINSTALL_LIB_DIR=/usr/$(get_libdir)/" -DOVERRIDE_GIT_DESCRIBE=v${PV} )
|
||||
cmake_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user