summaryrefslogtreecommitdiff
path: root/media-sound/guitarix/guitarix-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/guitarix/guitarix-9999.ebuild')
-rw-r--r--media-sound/guitarix/guitarix-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
index ed2429d53f6d..490d308775b1 100644
--- a/media-sound/guitarix/guitarix-9999.ebuild
+++ b/media-sound/guitarix/guitarix-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)'
EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git"
EGIT_OVERRIDE_BRANCH_ENYOJS_BOOTPLATE="master"
-inherit python-any-r1 waf-utils xdg git-r3
+inherit multiprocessing python-any-r1 waf-utils xdg git-r3
DESCRIPTION="Virtual guitar amplifier for Linux"
HOMEPAGE="https://guitarix.org/"
@@ -79,6 +79,7 @@ src_configure() {
--no-faust
--no-ldconfig
--shared-lib
+ --jobs=$(makeopts_jobs)
$(use_enable nls)
$(usex bluetooth "" "--no-bluez")
$(usex debug "--debug" "")