Gentoo Archives: gentoo-dev

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v3 1/2] xdg.eclass: add EAPI 8 support
Date: Tue, 10 Aug 2021 08:31:21
Message-Id: 2555139.vuYhMxLoTh@tuxbook
In Reply to: [gentoo-dev] [PATCH v3 1/2] xdg.eclass: add EAPI 8 support by Florian Schmaus
1 On Montag, 9. August 2021 20:32:07 CEST Florian Schmaus wrote:
2 > +if ${_DEFINE_XDG_SRC_PREPARE}; then
3
4 You don't need an extra variable for that:
5
6 if [[ ${EAPI} == [567] ]]; then

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH v3 1/2] xdg.eclass: add EAPI 8 support Florian Schmaus <flow@g.o>