commit: b742ba34a5b9dc5db2e78888ab79c2f8e9479909
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 19:48:46 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 19:51:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b742ba34
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 <bkohler <AT> gentoo.org>
dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 4679d064f46..2177b9530f2 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() {