diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:07:18 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 00:07:18 -0500 |
commit | ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f (patch) | |
tree | 5b97a910478a32f6e00d7e00a11f2d85a5cb9aa9 /app-eselect | |
parent | dev-libs/elfutils: drop glibc blocker in newer versions (diff) | |
download | gentoo-ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f.tar.gz gentoo-ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f.tar.bz2 gentoo-ea7040364dd1ee2cfed3ab9a4bebc67c3c992e9f.zip |
app-eselect/eselect-awk: update EAPI and stabilize for all
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-awk/eselect-awk-0.2.ebuild | 7 |
1 files 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 5c8c502c910e..8ccf740ac59f 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() { |