diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:01:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:39 +0200 |
commit | a5267052b6c38f1e26f92d830af71bf1faa7c921 (patch) | |
tree | ec895f490807b5c5e53b13821202bc394e21d58e /sci-mathematics/gmp-ecm | |
parent | sci-mathematics/gmp-ecm: Fix QA MissingSlotDep (diff) | |
download | gentoo-a5267052b6c38f1e26f92d830af71bf1faa7c921.tar.gz gentoo-a5267052b6c38f1e26f92d830af71bf1faa7c921.tar.bz2 gentoo-a5267052b6c38f1e26f92d830af71bf1faa7c921.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-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild index 0c39ab7005da..04424228d23d 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,10 +17,10 @@ KEYWORDS="" IUSE="blas gwnum -openmp 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 |