Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Sun, 24 Aug 2014 10:58:31
Message-Id: 1408877912.7c8b2541c46dd10689b4414e71c2c44ff26fcf4a.ulm@gentoo
1 commit: 7c8b2541c46dd10689b4414e71c2c44ff26fcf4a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 24 10:58:32 2014 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 24 10:58:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=7c8b2541
7
8 check_eclasses_eapis.sh: There is no "unsupported" EAPI.
9
10 ---
11 check_eclasses_eapis.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
15 index 03349e2..97230f0 100755
16 --- a/check_eclasses_eapis.sh
17 +++ b/check_eclasses_eapis.sh
18 @@ -11,7 +11,7 @@ fi
19
20 #[[ $(type pquery 2> /dev/null) ]] || exit 1
21
22 -KNOWN_EAPIS="unsupported 0 1 2 3 4 5"
23 +KNOWN_EAPIS="0 1 2 3 4 5"
24 TMPEAPIS="/tmp/$(basename $0).global.$$.tmp"
25 TMPECLASS="/tmp/$(basename $0).eclass.$$.tmp"
26 REPO_PATH=$(portageq get_repo_path / gentoo)