commit:     444d2d35285ed54cc95778306b1deb76ea4c29fa
Author:     mschubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sat Oct  3 12:50:25 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Oct  3 12:50:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=444d2d35

sci-libs/symengine: use either openmp or threads

Package-Manager: portage-2.2.20-prefix

 sci-libs/symengine/ChangeLog              | 4 ++++
 sci-libs/symengine/symengine-0.1.0.ebuild | 4 +++-
 sci-libs/symengine/symengine-9999.ebuild  | 4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/sci-libs/symengine/ChangeLog b/sci-libs/symengine/ChangeLog
index 80d711f..a012019 100644
--- a/sci-libs/symengine/ChangeLog
+++ b/sci-libs/symengine/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  03 Oct 2015; Michael Schubert <[email protected]> symengine-0.1.0.ebuild,
+  symengine-9999.ebuild:
+  sci-libs/symengine: use either openmp or threads
+
 *symengine-0.1.0 (24 Aug 2015)
 *symengine-9999 (24 Aug 2015)
 

diff --git a/sci-libs/symengine/symengine-0.1.0.ebuild 
b/sci-libs/symengine/symengine-0.1.0.ebuild
index 8f549ee..e365686 100644
--- a/sci-libs/symengine/symengine-0.1.0.ebuild
+++ b/sci-libs/symengine/symengine-0.1.0.ebuild
@@ -16,7 +16,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="boost openmp python threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+       python? ( ${PYTHON_REQUIRED_USE} )
+       ?? ( openmp threads )"
 
 RDEPEND="
        dev-libs/jemalloc

diff --git a/sci-libs/symengine/symengine-9999.ebuild 
b/sci-libs/symengine/symengine-9999.ebuild
index 9e6ab53..f7ad493 100644
--- a/sci-libs/symengine/symengine-9999.ebuild
+++ b/sci-libs/symengine/symengine-9999.ebuild
@@ -17,7 +17,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="boost openmp python threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="
+       python? ( ${PYTHON_REQUIRED_USE} )
+       ?? ( openmp threads )"
 
 RDEPEND="
        dev-libs/jemalloc

Reply via email to