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 81D8B13835A for ; Fri, 5 Mar 2021 08:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C330FE091D; Fri, 5 Mar 2021 08:42:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEE52E091D for ; Fri, 5 Mar 2021 08:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B625340CCE for ; Fri, 5 Mar 2021 08:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7CE8567 for ; Fri, 5 Mar 2021 08:42:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1614933478.e8c8ed8988baacd1e93a7a6b1caa4e5e5b685e5d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gamess/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gamess/gamess-20180930.3.ebuild X-VCS-Directories: sci-chemistry/gamess/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e8c8ed8988baacd1e93a7a6b1caa4e5e5b685e5d X-VCS-Branch: master Date: Fri, 5 Mar 2021 08:42:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e58453d3-b2d9-472a-9c87-55ac4a8d3cce X-Archives-Hash: d8cd6a63df89bdf8041114abff36d95e commit: e8c8ed8988baacd1e93a7a6b1caa4e5e5b685e5d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 08:37:58 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 08:37:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8c8ed89 sci-chemistry/gamess: EAPI bump Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/gamess/gamess-20180930.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild b/sci-chemistry/gamess/gamess-20180930.3.ebuild index 5cb4d091f..070f5ee47 100644 --- a/sci-chemistry/gamess/gamess-20180930.3.ebuild +++ b/sci-chemistry/gamess/gamess-20180930.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit check-reqs fortran-2 flag-o-matic pax-utils toolchain-funcs @@ -25,13 +25,12 @@ CDEPEND=" app-shells/tcsh mpi? ( virtual/mpi ) virtual/blas" -DEPEND="${CDEPEND} - virtual/pkgconfig" +DEPEND="${CDEPEND}" +BDEPEND="virtual/pkgconfig" RDEPEND="${CDEPEND} net-misc/openssh" -REQUIRED_USE="( - openmp? ( !neo !vb2000 ) )" +REQUIRED_USE="( openmp? ( !neo !vb2000 ) )" S="${WORKDIR}/${PN}"