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 709DC138334 for ; Tue, 12 Jun 2018 07:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94269E08EB; Tue, 12 Jun 2018 07:33:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66E4DE08DB for ; Tue, 12 Jun 2018 07:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7514335C8E for ; Tue, 12 Jun 2018 07:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F8D2CD for ; Tue, 12 Jun 2018 07:33:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528787814.c5d274282a8e9c2a12ce6c9ea90b51e3547edafe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/kst/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/kst/kst-2.0.8.ebuild X-VCS-Directories: sci-visualization/kst/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5d274282a8e9c2a12ce6c9ea90b51e3547edafe X-VCS-Branch: master Date: Tue, 12 Jun 2018 07:33:36 +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: 2b85c1bc-8e35-41a8-bc23-3b3d9cbca2fb X-Archives-Hash: 7cd32e1f8600d824f32da9eeb46e5edb commit: c5d274282a8e9c2a12ce6c9ea90b51e3547edafe Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 12 07:07:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 12 07:16:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d27428 sci-visualization/kst: EAPI-6 bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-visualization/kst/kst-2.0.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild index 9d4e9bb326f..1ea474c0cee 100644 --- a/sci-visualization/kst/kst-2.0.8.ebuild +++ b/sci-visualization/kst/kst-2.0.8.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit cmake-utils multilib +inherit cmake-utils MY_P=Kst-${PV} @@ -54,7 +54,7 @@ src_configure() { -Dkst_release=$(usex debug OFF ON) -Dkst_rpath=OFF -Dkst_svnversion=OFF - $(cmake-utils_use test kst_test) + -Dkst_test=$(usex test) ) cmake-utils_src_configure