summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-05-15 00:58:55 +0200
committerDavid Seifert <soap@gentoo.org>2016-05-15 01:16:37 +0200
commit45c2ec0e8fce4c1a399dfe8ee0bfccc94f19e6be (patch)
tree2eecfe180e95532995710e9998ad2a4995806c56 /sci-mathematics/gmp-ecm
parentsci-mathematics/genius: Fix QA MissingSlotDep (diff)
downloadgentoo-45c2ec0e8fce4c1a399dfe8ee0bfccc94f19e6be.tar.gz
gentoo-45c2ec0e8fce4c1a399dfe8ee0bfccc94f19e6be.tar.bz2
gentoo-45c2ec0e8fce4c1a399dfe8ee0bfccc94f19e6be.zip
sci-mathematics/gmp-ecm: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics/gmp-ecm')
-rw-r--r--sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild
index 329a7d55ab75..0f6024c6b9b9 100644
--- a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="+blas +custom-tune gwnum -openmp static-libs test"
DEPEND="
- dev-libs/gmp
+ dev-libs/gmp:0=
blas? ( sci-libs/gsl )
gwnum? ( sci-mathematics/gwnum )
- openmp? ( sys-devel/gcc[openmp] )"
+ openmp? ( sys-devel/gcc:*[openmp] )"
RDEPEND="${DEPEND}"
# can't be both enabled