diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-03 11:30:47 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-08-03 11:35:21 +0000 |
commit | ff8b5f1634c07b92c99d3947921f4c33b4675972 (patch) | |
tree | 72e4a3dda8de56b3d7097464147469be1701162c /sci-libs/libsigrok | |
parent | sci-libs/libsigrok: Bump to EAPI 6 (diff) | |
download | gentoo-ff8b5f1634c07b92c99d3947921f4c33b4675972.tar.gz gentoo-ff8b5f1634c07b92c99d3947921f4c33b4675972.tar.bz2 gentoo-ff8b5f1634c07b92c99d3947921f4c33b4675972.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/libsigrok')
-rw-r--r-- | sci-libs/libsigrok/libsigrok-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 00784071b3cd..1a67f00d071d 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) } |