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 C09A613835A for ; Fri, 19 Mar 2021 11:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D67FE091D; Fri, 19 Mar 2021 11:09:04 +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 0A366E091D for ; Fri, 19 Mar 2021 11:09:04 +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 2893E340D74 for ; Fri, 19 Mar 2021 11:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442D25CF for ; Fri, 19 Mar 2021 11:09:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616151919.fb2fc92617ab5670fd55ec41faa08eb60f67e38d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/module2/module2-0_pre20140717.ebuild X-VCS-Directories: sci-chemistry/module2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fb2fc92617ab5670fd55ec41faa08eb60f67e38d X-VCS-Branch: master Date: Fri, 19 Mar 2021 11:09:00 +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: 95500b4f-a664-413c-a7ef-3ab25de19596 X-Archives-Hash: 325eb99a77a4a232edea6ff1a5d77607 commit: fb2fc92617ab5670fd55ec41faa08eb60f67e38d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 11:05:19 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 19 11:05:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb2fc926 sci-chemistry/module2: fix MisplacedVariable Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/module2/module2-0_pre20140717.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild index 0d739497b..d9123f318 100644 --- a/sci-chemistry/module2/module2-0_pre20140717.ebuild +++ b/sci-chemistry/module2/module2-0_pre20140717.ebuild @@ -30,7 +30,7 @@ QA_PREBUILT="opt/bin/.*" pkg_nofetch() { elog "Please download ${A} from" elog "${HOMEPAGE}" - elog "and place it in ${DISTDIR}" + elog "and place it into your DISTDIR folder" } src_install() {