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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4353D158090 for ; Tue, 17 May 2022 05:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E36FE0976; Tue, 17 May 2022 05:34:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53CA9E0977 for ; Tue, 17 May 2022 05:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC0D2341A7B for ; Tue, 17 May 2022 05:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D5CC483 for ; Tue, 17 May 2022 05:34:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652765632.507f6575aa458752271bc3892c06a453f0bb1856.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/yodl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/yodl/yodl-4.03.00.ebuild X-VCS-Directories: app-text/yodl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 507f6575aa458752271bc3892c06a453f0bb1856 X-VCS-Branch: master Date: Tue, 17 May 2022 05:34:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d697c46-268d-4aa4-aa7a-1037ddcd83e4 X-Archives-Hash: 64fe046a3c62578e233c21a639504b53 commit: 507f6575aa458752271bc3892c06a453f0bb1856 Author: Sam James gentoo org> AuthorDate: Tue May 17 01:48:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:33:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507f6575 app-text/yodl: [QA] drop (very) stale GCC version checks Signed-off-by: Sam James gentoo.org> app-text/yodl/yodl-4.03.00.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/app-text/yodl/yodl-4.03.00.ebuild b/app-text/yodl/yodl-4.03.00.ebuild index 0f7adc8fbc7a..e82b0e00f1f2 100644 --- a/app-text/yodl/yodl-4.03.00.ebuild +++ b/app-text/yodl/yodl-4.03.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,16 +23,6 @@ BDEPEND=" ) " -pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]]; then - if tc-is-gcc && [[ $(gcc-major-version) -lt 8 ]]; then - die "Your compiler doesn't fully support C++17. Use GCC 8 or newer." - elif tc-is-clang && [[ $(clang-major-version) -lt 6 ]]; then - die "Your compiler doesn't fully support C++17. Use Clang 6 or newer." - fi - fi -} - src_prepare() { sed -e "/DOC.* =/s/yodl\(-doc\)\?/${PF}/" \ -e "/COMPILER =/s/gcc/$(tc-getCC)/" \