commit:     83ad69352b99be7362c95935706182b66fca3df4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:31:29 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:32:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ad6935

sci-chemistry/vmd: Fix pkg_nofetch message

Bug: https://bugs.gentoo.org/735462
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild 
b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
index 29d0417b34e..6ff1210c542 100644
--- a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
@@ -65,16 +65,16 @@ QA_FLAGS_IGNORED_amd64=" 
usr/lib64/vmd/plugins/LINUX/tcl/volutil/volutil"
 QA_FLAGS_IGNORED_x86=" usr/lib/vmd/plugins/LINUX/tcl/volutil/volutil"
 
 pkg_nofetch() {
-       elog "Please download ${P}.src.tar from"
+       elog "Please download ${MY_P}.src.tar from"
        elog "${VMD_DOWNLOAD}"
        elog "after agreeing to the license and get"
-       elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz";
+       elog 
"https://dev.gentoo.org/~jlec/distfiles/${PN}-1.9.3-gentoo-patches.tar.xz";
        elog "Place both into your DISTDIR directory"
        elog
        elog "Due to an upstream bug (https://bugs.gentoo.org/640440) sources"
        elog "file may get downloaded as a compressed tarball or not. In that 
case"
        elog "you will need to ensure you uncompress the file and rename it"
-       elog "as ${P}.src.tar"
+       elog "to ${MY_P}.src.tar"
 }
 
 src_prepare() {

Reply via email to