diff options
Diffstat (limited to 'check_eclasses_eapis.sh')
-rwxr-xr-x | check_eclasses_eapis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index a5eb736..6ae63d2 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -11,7 +11,7 @@ fi [[ $(type pquery 2> /dev/null) ]] || exit 1 -KNOWN_EAPIS="0 1 2 3 4" +KNOWN_EAPIS="0 1 2 3 4 5" TMPEAPIS="/tmp/$(basename $0).global.$$.tmp" TMPECLASS="/tmp/$(basename $0).eclass.$$.tmp" pushd "$(portageq portdir)/eclass" > /dev/null |