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 929BA138335 for ; Tue, 5 Feb 2019 18:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0E7FE0BA2; Tue, 5 Feb 2019 18:08:15 +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 9B30AE0BA2 for ; Tue, 5 Feb 2019 18:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7A2B833BDF4 for ; Tue, 5 Feb 2019 18:08:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F417537 for ; Tue, 5 Feb 2019 18:08:12 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1549390060.50802ade08e8d9fb07ee2855e762403cf908541b.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/phrap/phrap-1.080812-r2.ebuild X-VCS-Directories: sci-biology/phrap/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 50802ade08e8d9fb07ee2855e762403cf908541b X-VCS-Branch: master Date: Tue, 5 Feb 2019 18:08:12 +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: 581b8059-7ea5-4b09-9d8f-f9a9b11c0e31 X-Archives-Hash: 8ea20c4f629ef509826e8618534708cb commit: 50802ade08e8d9fb07ee2855e762403cf908541b Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:06:30 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 18:07:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50802ade sci-biology/phrap: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> sci-biology/phrap/phrap-1.080812-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/phrap/phrap-1.080812-r2.ebuild b/sci-biology/phrap/phrap-1.080812-r2.ebuild index 6cccc6c61bf..08ea5a1fb71 100644 --- a/sci-biology/phrap/phrap-1.080812-r2.ebuild +++ b/sci-biology/phrap/phrap-1.080812-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.080812-fix-build-system.patch" ) pkg_nofetch() { einfo "Please visit http://www.phrap.org/phredphrapconsed.html and obtain the file" einfo "\"distrib.tar.gz\", then rename it to \"phrap-${PV}-distrib.tar.gz\"" - einfo "and put it in ${DISTDIR}" + einfo "and put it into your DISTDIR directory." } src_compile() {