diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-15 17:21:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-15 17:22:32 +0100 |
commit | ca25767cb57f8daee59cd831ae2e9046702ebd36 (patch) | |
tree | 3f675e1a372bc0c6b42ece766f684895b4435ac3 /sci-electronics | |
parent | sci-electronics/qucs: Support USE=debug (diff) | |
download | gentoo-ca25767cb57f8daee59cd831ae2e9046702ebd36.tar.gz gentoo-ca25767cb57f8daee59cd831ae2e9046702ebd36.tar.bz2 gentoo-ca25767cb57f8daee59cd831ae2e9046702ebd36.zip |
sci-electronics/qucs: Avoid automagic dep on mpi
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.18.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-electronics/qucs/qucs-0.0.18.ebuild b/sci-electronics/qucs/qucs-0.0.18.ebuild index 7552aa0431ea..b8d54679427f 100644 --- a/sci-electronics/qucs/qucs-0.0.18.ebuild +++ b/sci-electronics/qucs/qucs-0.0.18.ebuild @@ -42,6 +42,10 @@ src_configure() { local myconf=( # enables asserts and debug codepaths $(use_enable debug) + + # avoid automagic dep + # TODO: add support for it + --disable-mpi ) # automagic default on clang++ |