From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEE1C1395E2 for ; Thu, 10 Nov 2016 05:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8E6E0A86; Thu, 10 Nov 2016 05:07:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03B00E0A86 for ; Thu, 10 Nov 2016 05:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A813234162D for ; Thu, 10 Nov 2016 05:07:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42011A7 for ; Thu, 10 Nov 2016 05:07:29 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1478754438.ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-awk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-awk/eselect-awk-0.2.ebuild X-VCS-Directories: app-eselect/eselect-awk/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f X-VCS-Branch: master Date: Thu, 10 Nov 2016 05:07:29 +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: 2f1b32d6-2b72-4ee5-a1ad-e9e697b5e313 X-Archives-Hash: df3fcd7f3ee4417a921ac736f0e7d8fe commit: ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f Author: Mike Frysinger gentoo org> AuthorDate: Thu Nov 10 05:07:18 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Nov 10 05:07:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea704036 app-eselect/eselect-awk: update EAPI and stabilize for all app-eselect/eselect-awk/eselect-awk-0.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild index 5c8c502..8ccf740 100644 --- a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild +++ b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=4 +EAPI="5" DESCRIPTION="Manages the {,/usr}/bin/awk symlink" HOMEPAGE="https://www.gentoo.org" @@ -10,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~ottxor/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos" IUSE="" src_install() {