commit: c0e8a7d550dbb94fa1dc74bfe31cad0051860cff
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 4 21:43:41 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Feb 4 21:43:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e8a7d5
sci-chemistry/vmd: don't reference ${DISTDIR} in pkg_nofetch
Closes: https://bugs.gentoo.org/663224
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-chemistry/vmd/vmd-1.9.2.ebuild | 4 ++--
sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild
b/sci-chemistry/vmd/vmd-1.9.2.ebuild
index 347a8c9a751..4bc9360f009 100644
--- a/sci-chemistry/vmd/vmd-1.9.2.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.2.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=5
@@ -61,7 +61,7 @@ pkg_nofetch() {
elog "${VMD_DOWNLOAD}"
elog "after agreeing to the license and get"
elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
- elog "Place both in ${DISTDIR}"
+ elog "Place both into your DISTDIR directory"
}
src_prepare() {
diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild
b/sci-chemistry/vmd/vmd-1.9.3.ebuild
index 9a92a88134e..c1480738aa4 100644
--- a/sci-chemistry/vmd/vmd-1.9.3.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.3.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=5
@@ -61,7 +61,7 @@ pkg_nofetch() {
elog "${VMD_DOWNLOAD}"
elog "after agreeing to the license and get"
elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
- elog "Place both in ${DISTDIR}"
+ elog "Place both into your DISTDIR directory"
}
src_prepare() {