From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8198613877A for ; Sun, 24 Aug 2014 10:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D39E0729; Sun, 24 Aug 2014 10:58:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B856E0729 for ; Sun, 24 Aug 2014 10:58:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B56BA33FEFF for ; Sun, 24 Aug 2014 10:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 010F03CAE for ; Sun, 24 Aug 2014 10:58:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1408877912.7c8b2541c46dd10689b4414e71c2c44ff26fcf4a.ulm@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: check_eclasses_eapis.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7c8b2541c46dd10689b4414e71c2c44ff26fcf4a X-VCS-Branch: master Date: Sun, 24 Aug 2014 10:58:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e847988-41fc-44fc-ac86-74e9f5bde489 X-Archives-Hash: 71b0600cebd33c28da0fc67fc05db8bc commit: 7c8b2541c46dd10689b4414e71c2c44ff26fcf4a Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 24 10:58:32 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 24 10:58:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=7c8b2541 check_eclasses_eapis.sh: There is no "unsupported" EAPI. --- check_eclasses_eapis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)