aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-08-24 12:58:32 +0200
committerUlrich Müller <ulm@gentoo.org>2014-08-24 12:58:32 +0200
commit7c8b2541c46dd10689b4414e71c2c44ff26fcf4a (patch)
treeb545701e6264d7d30eae33be146abefccf65e4ae /check_eclasses_eapis.sh
parentcheck_eclasses_eapis.sh: Replace pquery call by find/awk command. (diff)
downloadqa-scripts-7c8b2541c46dd10689b4414e71c2c44ff26fcf4a.tar.gz
qa-scripts-7c8b2541c46dd10689b4414e71c2c44ff26fcf4a.tar.bz2
qa-scripts-7c8b2541c46dd10689b4414e71c2c44ff26fcf4a.zip
check_eclasses_eapis.sh: There is no "unsupported" EAPI.
Diffstat (limited to 'check_eclasses_eapis.sh')
-rwxr-xr-xcheck_eclasses_eapis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index 03349e2..97230f0 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="unsupported 0 1 2 3 4 5"
+KNOWN_EAPIS="0 1 2 3 4 5"
TMPEAPIS="/tmp/$(basename $0).global.$$.tmp"
TMPECLASS="/tmp/$(basename $0).eclass.$$.tmp"
REPO_PATH=$(portageq get_repo_path / gentoo)