diff options
Diffstat (limited to 'sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild')
-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 |