From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1078451-garchives=archives.gentoo.org@lists.gentoo.org>
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 460C9138334
	for <garchives@archives.gentoo.org>; Wed, 20 Mar 2019 13:25:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5E2B6E08C3;
	Wed, 20 Mar 2019 13:25:14 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 34F46E08C3
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 13:25:14 +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 CC223335C07
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 13:25:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A5ED565
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Mar 2019 13:25:11 +0000 (UTC)
From: "Ben Kohler" <bkohler@gentoo.org>
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" <bkohler@gentoo.org>
Message-ID: <1553088302.77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c.bkohler@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild net-misc/icaclient/icaclient-19.1.0.9.ebuild
X-VCS-Directories: net-misc/icaclient/
X-VCS-Committer: bkohler
X-VCS-Committer-Name: Ben Kohler
X-VCS-Revision: 77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c
X-VCS-Branch: master
Date: Wed, 20 Mar 2019 13:25:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 27644394-a269-4eaa-8737-fb485a89e0ac
X-Archives-Hash: 8025dd7b022363b26e1c19665562bb49

commit:     77ad3f76bd3ed1afbda3b1ad8f7ab41235cc972c
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 13:24:44 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 13:25:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ad3f76

net-misc/icaclient: don't reference ${DISTDIR} in pkg_nofetch

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild | 2 +-
 net-misc/icaclient/icaclient-19.1.0.9.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild b/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
index bf40a7fc05d..e74facfe0cc 100644
--- a/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
+++ b/net-misc/icaclient/icaclient-18.10.0.11-r1.ebuild
@@ -64,7 +64,7 @@ DEPEND=""
 pkg_nofetch() {
 	elog "Download the client file ${A} from
 	https://www.citrix.com/downloads/workspace-app/"
-	elog "and place it in ${DISTDIR:-/usr/portage/distfiles}."
+	elog "and place it into your DISTDIR directory."
 }
 
 pkg_setup() {

diff --git a/net-misc/icaclient/icaclient-19.1.0.9.ebuild b/net-misc/icaclient/icaclient-19.1.0.9.ebuild
index a54c5cd45c3..2d9d98b6226 100644
--- a/net-misc/icaclient/icaclient-19.1.0.9.ebuild
+++ b/net-misc/icaclient/icaclient-19.1.0.9.ebuild
@@ -64,7 +64,7 @@ DEPEND=""
 pkg_nofetch() {
 	elog "Download the client file ${A} from
 	https://www.citrix.com/downloads/workspace-app/"
-	elog "and place it in ${DISTDIR:-/usr/portage/distfiles}."
+	elog "and place it into your DISTDIR directory."
 }
 
 pkg_setup() {