From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BFE7139085 for ; Sun, 29 Jan 2017 09:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 850D9E0E24; Sun, 29 Jan 2017 09:26:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65651E0E24 for ; Sun, 29 Jan 2017 09:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9B89F34165F for ; Sun, 29 Jan 2017 09:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE2F39A1 for ; Sun, 29 Jan 2017 09:26:03 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1485681954.ab05aa9b700394928e6994a5ec4cd5918c5442ea.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/clapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/clapack/clapack-3.2.1-r8.ebuild X-VCS-Directories: sci-libs/clapack/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: ab05aa9b700394928e6994a5ec4cd5918c5442ea X-VCS-Branch: master Date: Sun, 29 Jan 2017 09:26:03 +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: 7d6dc250-701a-46bf-83c4-e10441e21c92 X-Archives-Hash: 31021af09d277fdd32979f32b8c30b28 commit: ab05aa9b700394928e6994a5ec4cd5918c5442ea Author: Johannes Huber gentoo org> AuthorDate: Sun Jan 29 09:18:03 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jan 29 09:25:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab05aa9b sci-libs/clapack: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/clapack/clapack-3.2.1-r8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/clapack/clapack-3.2.1-r8.ebuild b/sci-libs/clapack/clapack-3.2.1-r8.ebuild index 93558a4..8bbeb96 100644 --- a/sci-libs/clapack/clapack-3.2.1-r8.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit flag-o-matic cmake-utils @@ -38,6 +38,6 @@ src_configure() { filter-flags -ftree-vectorize # causes an internal compiler error with gcc-4.6.2 - local mycmakeargs=( $(cmake-utils_use_enable test TESTS) ) + local mycmakeargs=( -DENABLE_TESTS=$(usex test) ) cmake-utils_src_configure }