From 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 14 Jan 2017 17:56:55 +0100 Subject: 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 --- virtual/pmake/pmake-0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'virtual/pmake') diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 269ae4cfaa53..1dc06948153b 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,15 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="Virtual for BSD-like make" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="Virtual for BSD-like make" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" RDEPEND="kernel_linux? ( sys-devel/pmake ) kernel_SunOS? ( sys-devel/pmake ) -- cgit v1.2.3-65-gdbad