Closes: https://bugs.gentoo.org/687056
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
src_configure() {
local myconf=(
+ $(use_enable sqlite sqlite3)
--enable-abrt-report
--enable-aer
--enable-arm
--enable-hisi-ns-decode
--enable-mce
--enable-non-standard
- --enable-sqlite3
--includedir="/usr/include/${PN}"
--localstatedir=/var
)
- if use sqlite ; then
- myconf="${myconf} --enable-sqlite3)"
- fi
econf "${myconf[@]}"
}