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 22F021382C5 for ; Fri, 2 Apr 2021 09:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EE7E0922; Fri, 2 Apr 2021 09:49:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 30077E08FA for ; Fri, 2 Apr 2021 09:49:50 +0000 (UTC) From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org, Ulrich Mueller Subject: Re: [gentoo-dev] [PATCH v2 3/5] flag-o-matic.eclass: get rid of eutils in In-Reply-To: References: <5252907.rdbgypaU67@tuxbook> <3350735.dWV9SEqChM@tuxbook> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2537392.vuYhMxLoTh"; micalg="pgp-sha512"; protocol="application/pgp-signature" X-Archives-Salt: 5037128b-9b26-4dd7-b2c1-a8b00215b015 X-Archives-Hash: c04fb3f7aff6870793fce92ea42af37f --nextPart2537392.vuYhMxLoTh Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Andreas Sturmlechner To: gentoo-dev@lists.gentoo.org, Ulrich Mueller Subject: Re: [gentoo-dev] [PATCH v2 3/5] flag-o-matic.eclass: get rid of eutils in In-Reply-To: References: <5252907.rdbgypaU67@tuxbook> <3350735.dWV9SEqChM@tuxbook> On Donnerstag, 1. April 2021 23:42:10 CEST you wrote: > >>>>> On Thu, 01 Apr 2021, Andreas Sturmlechner wrote: > > > > + [[ ${EAPI} == [5-7] ]] || > > + die "Internal function ${FUNCNAME} is not available in >=EAPI-8." > > + _test-flag-PROG > > +} > > Any reason why this cannot say "... in EAPI ${EAPI}." as I had suggested > earlier? > None at all, I just forgot about it in v2. This is fixed and ready to view in the PR now. Regards --nextPart2537392.vuYhMxLoTh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQGTBAABCgB9FiEE/x0UfMgLbk/MiQ+AUIqgAODug+AFAmBm6LdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEZG MUQxNDdDQzgwQjZFNEZDQzg5MEY4MDUwOEFBMDAwRTBFRTgzRTAACgkQUIqgAODu g+D2NQf8DBnwhBYteTyH+/fBwEAVFadTMxDymH8aigi7DkzoLFnB0i2JdM+JgChL UTKFakTDLgao/Q0m7Fmyd4rWxs5ZXVI94eUdHsIUUYuWgGkmVbFN5+aPo9RJLFSz oQTZURG74D6kGYa/jVV8h1cNTktBW+JLwVM7oHQ0xsm/3iNlvpaVY0I7s/awTl2/ 6VnPo2aD7m7KCO1sARDGV74eu1ZOFpyxDhK8Yodm/a4dw9AUNXzjtfnJNdHytMoH bYfvuHOdmgQxFJrBUX+p6cGgQ8BvBTXhLHvu7IaWIx7ys8OjxsvPcEmsmVNma3a+ CgJA+dd9mW9XbuGt1vIXOFiWPUzQcg== =F17f -----END PGP SIGNATURE----- --nextPart2537392.vuYhMxLoTh--