diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-09-13 00:31:29 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-09-13 00:32:26 +0200 |
commit | 83ad69352b99be7362c95935706182b66fca3df4 (patch) | |
tree | a97acd34f1d27bf98b8916edc55f932231538b84 /sci-chemistry | |
parent | dev-haskell/system-fileio: drop old (diff) | |
download | gentoo-83ad69352b99be7362c95935706182b66fca3df4.tar.gz gentoo-83ad69352b99be7362c95935706182b66fca3df4.tar.bz2 gentoo-83ad69352b99be7362c95935706182b66fca3df4.zip |
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@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild | 6 |
1 files 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 29d0417b34ed..6ff1210c5426 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() { |