commit: a5267052b6c38f1e26f92d830af71bf1faa7c921 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat May 14 23:01:18 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 14 23:16:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5267052
sci-mathematics/gmp-ecm: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild | 6 +++--- 1 file 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 0c39ab7..0442422 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