diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-16 11:32:06 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-01-16 11:32:06 +0100 |
commit | 10cef79417e85e607f39840250f9d5bd0afacb6b (patch) | |
tree | 7c9181d8abd71e4ab979fb92384839f0003b0232 /dev-lang | |
parent | profiles/package.mask: unmask conceptual, fixed (diff) | |
download | sci-10cef79417e85e607f39840250f9d5bd0afacb6b.tar.gz sci-10cef79417e85e607f39840250f9d5bd0afacb6b.tar.bz2 sci-10cef79417e85e607f39840250f9d5bd0afacb6b.zip |
dev-lang/pgi: add missing RESTRICT="fetch"
the package has pkg_nofetch, so this definitly
should be added
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pgi/pgi-13.5.ebuild | 6 |
1 files changed, 3 insertions, 3 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.* |