dev-util/babeltrace: disable python-bindings explicitly

haven't tested python-bindings, so disable it for now
someone really need this should file a bug ..

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2021-03-31 11:15:15 +08:00
parent 8db413c924
commit f27ec0a4ef

View File

@@ -26,7 +26,8 @@ DEPEND="${RDEPEND}
sys-devel/flex
"
src_configure() {
econf $(use_enable test glibtest)
econf $(use_enable test glibtest) \
--disable-python-bindings
}
src_install() {