From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1164553-garchives=archives.gentoo.org@lists.gentoo.org>
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 E15CD138350
	for <garchives@archives.gentoo.org>; Thu, 23 Apr 2020 21:12:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EC3CEE0D4A;
	Thu, 23 Apr 2020 21:11:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 D1503E0D4A
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 21:11:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 3962534F242
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 21:11:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC8F1C5
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Apr 2020 21:11:56 +0000 (UTC)
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org>
Message-ID: <1587676251.0171b31612734629cd1184f0fdbb31d2334fefd4.marecki@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/level-zero/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/level-zero/level-zero-0.91.10.ebuild
X-VCS-Directories: dev-libs/level-zero/
X-VCS-Committer: marecki
X-VCS-Committer-Name: Marek Szuba
X-VCS-Revision: 0171b31612734629cd1184f0fdbb31d2334fefd4
X-VCS-Branch: master
Date: Thu, 23 Apr 2020 21:11:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5a9665dc-d413-4761-8bdd-2d5fbf38097d
X-Archives-Hash: a7d69561b0be34f4f34a50a3f9c8c87a

commit:     0171b31612734629cd1184f0fdbb31d2334fefd4
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 21:05:08 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 21:10:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0171b316

dev-libs/level-zero: Remove redundant check for C++14 support

At this point in time we would be hard pressed to find a C++ compiler in
the tree without *C++17* support, let alone C++14.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-libs/level-zero/level-zero-0.91.10.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/dev-libs/level-zero/level-zero-0.91.10.ebuild b/dev-libs/level-zero/level-zero-0.91.10.ebuild
index 3624672b5a4..99ac29609fc 100644
--- a/dev-libs/level-zero/level-zero-0.91.10.ebuild
+++ b/dev-libs/level-zero/level-zero-0.91.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake flag-o-matic
+inherit cmake
 
 DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
 HOMEPAGE="https://github.com/oneapi-src/level-zero"
@@ -18,17 +18,6 @@ DEPEND="dev-util/opencl-headers"
 
 RESTRICT="!test? ( test )"
 
-pkg_pretend() {
-	if [[ ${MERGE_TYPE} != binary ]]; then
-		if ! test-flag-CXX -std=c++14; then
-			eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
-			eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
-			eerror "to gcc-4.9 or an equivalent version supporting C++14."
-			die "Currently active compiler does not support -std=c++14"
-		fi
-	fi
-}
-
 src_prepare() {
 	cmake_src_prepare
 	# According to upstream, release tarballs should contain this file