From 4d7e4d6c89477f1feb2672a6a32b104287c1383d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 31 Aug 2012 07:51:49 -0700 Subject: [PATCH] Fix usex for EAPI 4-python|4-slot-abi. --- bin/phase-helpers.sh | 2 +- bin/save-ebuild-env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 5f170fc00..f23abdf75 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -175,7 +175,7 @@ usev() { } case ${EAPI} in - 0|1|2|3|4) ;; + 0|1|2|3|4|4-python|4-slot-abi) ;; *) usex() { if use "$1"; then diff --git a/bin/save-ebuild-env.sh b/bin/save-ebuild-env.sh index a6d1c61e8..845a97ff0 100644 --- a/bin/save-ebuild-env.sh +++ b/bin/save-ebuild-env.sh @@ -74,7 +74,7 @@ save_ebuild_env() { ${QA_INTERCEPTORS} case ${EAPI} in - 0|1|2|3|4) ;; + 0|1|2|3|4|4-python|4-slot-abi) ;; *) unset -f usex ;; esac -- 2.26.2