commit: ff8b5f1634c07b92c99d3947921f4c33b4675972
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 3 11:30:47 2016 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Wed Aug 3 11:35:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b5f16
sci-libs/libsigrok: Temporarily disable ruby bindings
We're going to add a USE flag later, but for the time being this ensures
a determinable build.
Package-Manager: portage-2.2.28
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
sci-libs/libsigrok/libsigrok-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild
b/sci-libs/libsigrok/libsigrok-9999.ebuild
index 0078407..1a67f00 100644
--- a/sci-libs/libsigrok/libsigrok-9999.ebuild
+++ b/sci-libs/libsigrok/libsigrok-9999.ebuild
@@ -67,6 +67,7 @@ src_configure() {
$(use_enable cxx) \
$(use_enable java) \
$(use_enable python) \
+ --disable-ruby \
$(use_enable static-libs static)
}