--- bin/eapi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/eapi.sh b/bin/eapi.sh index a9c56b8ac..f3ba0da6e 100644 --- a/bin/eapi.sh +++ b/bin/eapi.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2012 Gentoo Foundation +# Copyright 2012-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # PHASES @@ -193,5 +193,5 @@ ___eapi_bash_3_2() { } ___eapi_bash_4_2() { - [[ ${1-${EAPI-0}} =~ ^(6)$ ]] + ! ___eapi_bash_3_2 } -- 2.16.2
- [gentoo-portage-dev] [PATCH 00/10] EAPI 7, part one Michał Górny
- [gentoo-portage-dev] [PATCH 01/10] Enable testing EAPI... Michał Górny
- [gentoo-portage-dev] [PATCH 04/10] Empty || *DEPEND gr... Michał Górny
- [gentoo-portage-dev] [PATCH 05/10] isolated-functions.... Michał Górny
- [gentoo-portage-dev] [PATCH 02/10] Use bash-4.2 for al... Michał Górny
- [gentoo-portage-dev] [PATCH 03/10] Empty ||/^^ REQUIRE... Michał Górny
- [gentoo-portage-dev] [PATCH 08/10] dolib.{a,so}: inlin... Michał Górny
- [gentoo-portage-dev] [PATCH 06/10] Ban dohtml for EAPI... Michał Górny
- [gentoo-portage-dev] [PATCH 07/10] Ban dolib/libopts f... Michał Górny
- [gentoo-portage-dev] [PATCH 10/10] Ban DESTTREE/INSDES... Michał Górny
- [gentoo-portage-dev] [PATCH 09/10] domo: force /usr pr... Michał Górny
- Re: [gentoo-portage-dev] [PATCH 00/10] EAPI 7, part on... Zac Medico