diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 18:18:54 +0100 |
commit | 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch) | |
tree | 7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/awk/awk-0.ebuild | |
parent | 07fe9f9199b537d80ce6b19d9baa6fce33843798 (diff) | |
download | gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.xz |
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments.
As discussed in #gentoo-qa.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/awk/awk-0.ebuild')
-rw-r--r-- | virtual/awk/awk-0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild index 5082e91670c..5e022da09f1 100644 --- a/virtual/awk/awk-0.ebuild +++ b/virtual/awk/awk-0.ebuild @@ -1,17 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="Virtual for awk implementation" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="Virtual for awk implementation" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos" -IUSE="" -DEPEND="" RDEPEND=" || ( sys-apps/gawk |