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 F36BC138334 for ; Mon, 1 Oct 2018 06:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAC9E091F; Mon, 1 Oct 2018 06:10:31 +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 2C0DDE090A for ; Mon, 1 Oct 2018 06:10:30 +0000 (UTC) Received: from a1i15 (host2092.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id AA664335D13; Mon, 1 Oct 2018 06:10:28 +0000 (UTC) From: Ulrich Mueller To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 5/5] xdg.eclass: support EAPI 7 References: <20180930225035.25434-1-floppym@gentoo.org> <20180930225035.25434-5-floppym@gentoo.org> Date: Mon, 01 Oct 2018 08:10:19 +0200 In-Reply-To: <20180930225035.25434-5-floppym@gentoo.org> (Mike Gilbert's message of "Sun, 30 Sep 2018 18:50:35 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) 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 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 3f9f23dc-32b6-4296-9649-3957df287ab7 X-Archives-Hash: 02ff273cbc4ddf0b0b3987e9e515ef59 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable >>>>> On Mon, 01 Oct 2018, Mike Gilbert wrote: > @@ -15,7 +15,7 @@ > inherit xdg-utils =20 > case "${EAPI:-0}" in This was there before your change, but the ":-0" isn't needed here ... > - 4|5|6) > + 4|5|6|7) > EXPORT_FUNCTIONS src_prepare pkg_preinst pkg_postinst pkg_postrm > ;; > *) die "EAPI=3D${EAPI} is not supported" ;; ... while this line could profit from it. > @@ -35,7 +35,7 @@ fi > xdg_src_prepare() { > xdg_environment_reset >=20=20 > - has ${EAPI:-0} 6 && default > + has "${EAPI:-0}" 4 5 || default Ditto. Ulrich --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEZlHkP3TnuTbxrN0HwwkGhRxhwnMFAluxuksACgkQwwkGhRxh wnNU+Qf+LUW0Bf1iuFD2ao0cICSvqo1YH6MayXNawSljFdPZbCxvlHP2CjHUpYjV 3y7kOQxdXpqXNE3xJB68UVrcbii2Dp1dJaJtaQinYCH9WbzgOFIypfzWOflgC3JE QG8/ZGhUZSEaVo7oKDmUrOpfgLhF07fbtFCW3vsJXkbKd1QJPuqavYKi+30Qk7eu wgtXA/fz8fUFSiw5CZacqNIK081CB/o8vSqa+TpD8XftZIXLTrEIJ8/FLe8rWM8G cAqljjBrBgh86D2MRrgV3QwbZ13WYDFX3KNbuYG6UGYxV0UwK4aSYVahCmkEOCuy mlSrtYnvRLL0oQcfV30oaOVv1Pvj3Q== =8v2e -----END PGP SIGNATURE----- --=-=-=--