From: Ben Kohler Date: Tue, 5 Feb 2019 19:48:46 +0000 (-0600) Subject: dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b742ba34a5b9dc5db2e78888ab79c2f8e9479909;p=gentoo.git dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild index 4679d064f462..2177b9530f2d 100644 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ PATCHES=( pkg_nofetch() { eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module" eerror "And download DeviceAtlas C API" - eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz" + eerror "Save the file as ${MY_P}.tgz in your DISTDIR directory." } multilib_src_install_all() {