Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/modeller/
Date: Wed, 02 Dec 2020 12:12:09
Message-Id: 1606911120.d51a5230c68af650090278d69863c711af93172b.alexxy@gentoo
1 commit: d51a5230c68af650090278d69863c711af93172b
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 12:12:00 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 12:12:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51a5230
7
8 sci-chemistry/modeller: fix var
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/modeller/modeller-9.25.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild
17 index 2e2cae47f51..c07e6348056 100644
18 --- a/sci-chemistry/modeller/modeller-9.25.ebuild
19 +++ b/sci-chemistry/modeller/modeller-9.25.ebuild
20 @@ -107,7 +107,7 @@ pkg_postinst() {
21 fi
22
23 if grep -q license ${INPATH}/modlib/modeller/config.py; then
24 - einfo "A license key file is already present in ${IN_PATH}/modlib/modeller/config.py"
25 + einfo "A license key file is already present in ${INPATH}/modlib/modeller/config.py"
26 else
27 ewarn "Obtain a license Key from"
28 ewarn "http://salilab.org/modeller/registration.html"