Gentoo Archives: gentoo-dev

From: Zachery Huang <zachery.huangzb@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: Add eunittest helper
Date: Sun, 14 Mar 2021 16:53:55
Message-Id: 579a2e62-7d84-432a-9f72-adf764e68cc6@Spark
In Reply to: Re: [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: Add eunittest helper by "Wolfgang E. Sanyer"
1 IIUC, the check for 4 is redundant here. See[1]
2
3 [1] https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/python-utils-r1.eclass#n23
4 On Mar 15, 2021, 00:43 +0800, Wolfgang E. Sanyer <wolfgangesanyer@×××××.com>, wrote:
5 > > [[ ${EAPI} != [45] ]] && die_args+=( -n )
6 >
7 > Out of curiosity, why doesn't this check include EAPIs <4?