Fix usex for EAPI 4-python|4-slot-abi.
authorZac Medico <zmedico@gentoo.org>
Fri, 31 Aug 2012 14:51:49 +0000 (07:51 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 31 Aug 2012 14:51:49 +0000 (07:51 -0700)
bin/phase-helpers.sh
bin/save-ebuild-env.sh

index 5f170fc00da3e17a63adc47bac94e844dd30da6b..f23abdf751cca60e6912693cf94535c9ae22111f 100644 (file)
@@ -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
index a6d1c61e85ea0b277ef2dc37e6f427564bd2b98e..845a97ff0703aad8fb810f547b4fe7c232f6f769 100644 (file)
@@ -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