commit:     45c2ec0e8fce4c1a399dfe8ee0bfccc94f19e6be
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 22:58:55 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 14 23:16:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c2ec0e

sci-mathematics/gmp-ecm: Fix QA MissingSlotDep

Package-Manager: portage-2.2.28

 sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild | 6 +++---
 1 file 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 329a7d5..0f6024c 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

Reply via email to