From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D3C413825A for ; Sat, 14 May 2016 23:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4253914217; Sat, 14 May 2016 23:32:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C61C814179 for ; Sat, 14 May 2016 23:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DFDD340BE8 for ; Sat, 14 May 2016 23:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F19496C for ; Sat, 14 May 2016 23:32:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1463267799.a5267052b6c38f1e26f92d830af71bf1faa7c921.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmp-ecm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gmp-ecm/gmp-ecm-9999.ebuild X-VCS-Directories: sci-mathematics/gmp-ecm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a5267052b6c38f1e26f92d830af71bf1faa7c921 X-VCS-Branch: master Date: Sat, 14 May 2016 23:32:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f319236f-e8f7-41f9-91c8-27be33250301 X-Archives-Hash: 1cc566f098c9a267752ee1034e0158ad commit: a5267052b6c38f1e26f92d830af71bf1faa7c921 Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:01:18 2016 +0000 Commit: David Seifert gentoo 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