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 604C6138334 for ; Tue, 5 Feb 2019 18:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E9F6E0BC7; Tue, 5 Feb 2019 18:46:21 +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 EDB20E0BC7 for ; Tue, 5 Feb 2019 18:46:20 +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 D6DE833BE3F for ; Tue, 5 Feb 2019 18:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEBE053F for ; Tue, 5 Feb 2019 18:46:16 +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: <1549392312.6ecf0b9d21837f60108bc5463045506f16ca4ae0.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rosetta-fragments/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild X-VCS-Directories: sci-libs/rosetta-fragments/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6ecf0b9d21837f60108bc5463045506f16ca4ae0 X-VCS-Branch: master Date: Tue, 5 Feb 2019 18:46:16 +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: 4ad7a99e-3db4-4f45-9eb9-66f2b733a288 X-Archives-Hash: b9ad38fb2c4f016e69a0f9b7db22e612 commit: 6ecf0b9d21837f60108bc5463045506f16ca4ae0 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:42:12 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 18:45:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecf0b9d sci-libs/rosetta-fragments: 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-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild b/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild index 7f57da918ba..3dff9b7585b 100644 --- a/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild +++ b/sci-libs/rosetta-fragments/rosetta-fragments-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ PATCHES=( pkg_nofetch() { einfo "Go to ${HOMEPAGE} and get ${PN}.tgz and rename it to ${A}" - einfo "which must be placed in ${DISTDIR}" + einfo "which must be placed into your DISTDIR directory." } src_prepare() {