Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: "Andreas K. Huettel \\(dilfridge\\)" <dilfridge@g.o>
Subject: Re: [gentoo-dev] [PATCH 04/15] perl-module.eclass: Use default unpacking from EAPI=6 on
Date: Fri, 11 Dec 2015 23:41:08
Message-Id: 22123.24324.556569.820369@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH 04/15] perl-module.eclass: Use default unpacking from EAPI=6 on by dilfridge@gentoo.org
1 >>>>> On Fri, 11 Dec 2015, dilfridge wrote:
2
3 > +case "${EAPI:-0}" in
4
5 Quotes are not needed here.
6
7 > case "${EAPI:-0}" in
8
9 Ditto.
10
11 > + [[ ${EAPI}==5 ]] || die "perl-module_src_unpack is banned in EAPI=6 or later"
12
13 Without spaces around the operator, this condition will always
14 evaluate to true. ;-)
15
16 Ulrich

Replies