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 7D0001382C5 for ; Sat, 16 Jan 2021 10:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7730E082F; Sat, 16 Jan 2021 10:32:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9EA0FE082F for ; Sat, 16 Jan 2021 10:32:50 +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 53753340CDF for ; Sat, 16 Jan 2021 10:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1AD9476 for ; Sat, 16 Jan 2021 10:32:47 +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: <1610793126.10cef79417e85e607f39840250f9d5bd0afacb6b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/pgi/, profiles/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/pgi/pgi-13.5.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-lang/pgi/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 10cef79417e85e607f39840250f9d5bd0afacb6b X-VCS-Branch: master Date: Sat, 16 Jan 2021 10:32:47 +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: 94352897-29aa-4a57-909d-89fbaa22d5e3 X-Archives-Hash: 87f8ba2d4ab70caba7723dabf9245b93 commit: 10cef79417e85e607f39840250f9d5bd0afacb6b Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 16 10:32:06 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 16 10:32:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10cef794 dev-lang/pgi: add missing RESTRICT="fetch" the package has pkg_nofetch, so this definitly should be added Signed-off-by: Andrew Ammerlaan riseup.net> dev-lang/pgi/pgi-13.5.ebuild | 6 +++--- profiles/package.mask | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lang/pgi/pgi-13.5.ebuild b/dev-lang/pgi/pgi-13.5.ebuild index 19c636132..19ec7445b 100644 --- a/dev-lang/pgi/pgi-13.5.ebuild +++ b/dev-lang/pgi/pgi-13.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="PGI compiler suite" -HOMEPAGE="http://www.pgroup.com/" +HOMEPAGE="https://www.pgroup.com" SRC_URI="pgilinux-2013-135.tar.gz" LICENSE="PGI" @@ -14,7 +14,7 @@ IUSE="cuda java" RDEPEND="net-misc/curl" -RESTRICT="mirror strip" +RESTRICT="mirror strip fetch" QA_PREBUILT=" opt/pgi/linux86/2013/cuda/4.2/lib/lib*.so.* diff --git a/profiles/package.mask b/profiles/package.mask index cc73ad6d1..0c1f7b78e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -38,7 +38,6 @@ dev-java/hdf-java # Aisha Tammy (2020-11-19) # mask unfetchable packages until someone fixes. -dev-lang/pgi dev-ml/lacaml dev-perl/Bio-EnsEMBL dev-util/f90cache