commit: bb22ac3f30b26d13823167ecd23b391f73f5d457
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 19:51:12 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 19:51:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb22ac3f
net-analyzer/nessus-bin: 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>
net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild | 4 ++--
net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild
b/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild
index bcc0cf88ff1..e29c3a053c5 100644
--- a/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,7 +31,7 @@ S="${WORKDIR}"
pkg_nofetch() {
einfo "Please download ${A} from ${HOMEPAGE}/download"
- einfo "The archive should then be placed into ${DISTDIR}."
+ einfo "The archive should then be placed into your DISTDIR directory."
}
src_install() {
diff --git a/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild
b/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild
index ed738ccba2e..4f5348ff126 100644
--- a/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,7 +30,7 @@ S="${WORKDIR}"
pkg_nofetch() {
einfo "Please download ${A} from ${HOMEPAGE}/downloads/nessus"
- einfo "The archive should then be placed into ${DISTDIR}."
+ einfo "The archive should then be placed into your DISTDIR directory."
}
src_install() {