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 1222D13835C for ; Fri, 19 Mar 2021 11:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F723E0921; Fri, 19 Mar 2021 11:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 36FA8E0921 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 3C126340DAB 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 6A30F5FC 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: <1616152027.42ebf37d95379a0fab81d95d14ab3b0832bb4831.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/aocl-libm/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild X-VCS-Directories: sci-libs/aocl-libm/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 42ebf37d95379a0fab81d95d14ab3b0832bb4831 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: a894837c-a88f-4c23-a032-5f5a426667ae X-Archives-Hash: 1a5ca84741fd0f34e8aafff85cc73892 commit: 42ebf37d95379a0fab81d95d14ab3b0832bb4831 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 11:07:07 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 19 11:07:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=42ebf37d sci-libs/aocl-libm: fix MisplacedVariable Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild b/sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild index 44b708101..f7a741abb 100644 --- a/sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild +++ b/sci-libs/aocl-libm/aocl-libm-3.6.0_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ pkg_nofetch() { einfo "The package's license prohibits redistribution." einfo "Please download the package from" einfo "\t ${HOMEPAGE}" - einfo "and place it into ${DISTDIR}." + einfo "and place it into your DISTDIR folder" } src_prepare() {