summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2018-08-31 14:43:16 +0100
committerMarek Szuba <marecki@gentoo.org>2018-08-31 14:43:16 +0100
commit05fcacfa020c30287618b250f1a5300fcf26d782 (patch)
tree30bda1e3c2956b4857e49f75ae7ef56899f1aa47 /dev-libs/amdgpu-pro-opencl
parentdev-libs/beignet: disable optimisations broken on some platforms (diff)
downloadgentoo-05fcacfa020c30287618b250f1a5300fcf26d782.tar.gz
gentoo-05fcacfa020c30287618b250f1a5300fcf26d782.tar.bz2
gentoo-05fcacfa020c30287618b250f1a5300fcf26d782.zip
dev-libs/amdgpu-pro-opencl: do not use DISTDIR in pkg_nofetch()
Under recent versions of portage DISTDIR points to a temporary directory in PORTAGE_TMPDIR rather than /usr/portage/distfiles. Follow the example of recent versions of dev-java/oracle-jre-bin and just say "your distfiles directory" instead. Closes: https://bugs.gentoo.org/663878 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/amdgpu-pro-opencl')
-rw-r--r--dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild2
-rw-r--r--dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
index 19adb74c35b8..fd8832619846 100644
--- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
+++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
@@ -29,7 +29,7 @@ pkg_nofetch() {
local pkgver=$(ver_cut 1-2)
einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu from"
einfo " ${HOMEPAGE}"
- einfo "The archive should then be placed into ${DISTDIR}."
+ einfo "The archive should then be placed in your distfiles directory."
}
src_unpack() {
diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
index 614f397a1b7e..241e495069ac 100644
--- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
+++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
@@ -29,7 +29,7 @@ pkg_nofetch() {
local pkgver=$(ver_cut 1-2)
einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 16 from"
einfo " ${HOMEPAGE}"
- einfo "The archive should then be placed into ${DISTDIR}."
+ einfo "The archive should then be placed in your distfiles directory."
}
src_unpack() {