From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F15C1382C5 for ; Wed, 2 Dec 2020 12:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0572E088C; Wed, 2 Dec 2020 12:12:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94E4FE088C for ; Wed, 2 Dec 2020 12:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 607B03412AA for ; Wed, 2 Dec 2020 12:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B70F638A for ; Wed, 2 Dec 2020 12:12:05 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1606911120.d51a5230c68af650090278d69863c711af93172b.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/modeller/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/modeller/modeller-9.25.ebuild X-VCS-Directories: sci-chemistry/modeller/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: d51a5230c68af650090278d69863c711af93172b X-VCS-Branch: master Date: Wed, 2 Dec 2020 12:12:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e57c050-5838-49bf-93ce-b5e4ebd01270 X-Archives-Hash: 158660971204ccd4333951c3488a236b commit: d51a5230c68af650090278d69863c711af93172b Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Dec 2 12:12:00 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Dec 2 12:12:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51a5230 sci-chemistry/modeller: fix var Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/modeller/modeller-9.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/modeller/modeller-9.25.ebuild b/sci-chemistry/modeller/modeller-9.25.ebuild index 2e2cae47f51..c07e6348056 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"