dev-libs/amdgpu-pro-opencl: do not use DISTDIR in pkg_nofetch()
authorMarek Szuba <marecki@gentoo.org>
Fri, 31 Aug 2018 13:43:16 +0000 (14:43 +0100)
committerMarek Szuba <marecki@gentoo.org>
Fri, 31 Aug 2018 13:43:16 +0000 (14:43 +0100)
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

dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild

index 19adb74c35b80041a5e5ed079c5de1f2a5092a18..fd8832619846a92d358fe62ec9ce63195e942940 100644 (file)
@@ -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() {
index 614f397a1b7e5613037debb0789ee9f7af863417..241e495069ace584a096c7066bd8e868fc7bf15c 100644 (file)
@@ -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() {