summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2020-12-02 15:12:00 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2020-12-02 15:12:00 +0300
commitd51a5230c68af650090278d69863c711af93172b (patch)
tree7d02bc00dc3437914041419dca5e661a45890499 /sci-chemistry
parentsci-chemistry/modeller: resurection (diff)
downloadgentoo-d51a5230c68af650090278d69863c711af93172b.tar.gz
gentoo-d51a5230c68af650090278d69863c711af93172b.tar.bz2
gentoo-d51a5230c68af650090278d69863c711af93172b.zip
sci-chemistry/modeller: fix var
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/modeller/modeller-9.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild
index 2e2cae47f51b..c07e63480561 100644
--- a/sci-chemistry/modeller/modeller-9.25.ebuild
+++ b/sci-chemistry/modeller/modeller-9.25.ebuild
@@ -107,7 +107,7 @@ pkg_postinst() {
fi
if grep -q license ${INPATH}/modlib/modeller/config.py; then
- einfo "A license key file is already present in ${IN_PATH}/modlib/modeller/config.py"
+ einfo "A license key file is already present in ${INPATH}/modlib/modeller/config.py"
else
ewarn "Obtain a license Key from"
ewarn "http://salilab.org/modeller/registration.html"