commit: 10cef79417e85e607f39840250f9d5bd0afacb6b Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Jan 16 10:32:06 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 <[email protected]> (2020-11-19) # mask unfetchable packages until someone fixes. -dev-lang/pgi dev-ml/lacaml dev-perl/Bio-EnsEMBL dev-util/f90cache
