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/blas/blas-1.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'virtual/blas') diff --git a/virtual/blas/blas-1.0.ebuild b/virtual/blas/blas-1.0.ebuild index fe2bce68034f..caf79850bef9 100644 --- a/virtual/blas/blas-1.0.ebuild +++ b/virtual/blas/blas-1.0.ebuild @@ -1,15 +1,12 @@ -# 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 FORTRAN 77 BLAS implementation" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" -IUSE="" RDEPEND="|| ( sci-libs/blas-reference @@ -17,4 +14,3 @@ RDEPEND="|| ( sci-libs/acml sci-libs/blas-goto )" -DEPEND="" -- cgit v1.2.3-65-gdbad