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 F34EB138334 for ; Sat, 24 Nov 2018 16:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8F5E08C4; Sat, 24 Nov 2018 16:49:02 +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 C968FE08C4 for ; Sat, 24 Nov 2018 16:49:02 +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 46029335C8D for ; Sat, 24 Nov 2018 16:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5557D42F for ; Sat, 24 Nov 2018 16:48:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1543078130.eb872eff6dff7ed6d253e8f679f8099d4366ba3f.polynomial-c@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.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eb872eff6dff7ed6d253e8f679f8099d4366ba3f X-VCS-Branch: master Date: Sat, 24 Nov 2018 16:48:58 +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-Archives-Salt: eefd02e1-7b39-4dd0-895f-997bbe252d8e X-Archives-Hash: 659a5672fc7fd6fa0155131e27635d22 commit: eb872eff6dff7ed6d253e8f679f8099d4366ba3f Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 24 16:48:37 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 24 16:48:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb872eff net-misc/icaclient: Fixed fetch message for new workspace app. Bug: https://bugs.gentoo.org/671772 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-misc/icaclient/icaclient-18.10.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/icaclient/icaclient-18.10.0.11.ebuild b/net-misc/icaclient/icaclient-18.10.0.11.ebuild index bd1c62c5f10..8217b458a55 100644 --- a/net-misc/icaclient/icaclient-18.10.0.11.ebuild +++ b/net-misc/icaclient/icaclient-18.10.0.11.ebuild @@ -63,7 +63,7 @@ DEPEND="" pkg_nofetch() { elog "Download the client file ${A} from - https://www.citrix.com/downloads/citrix-receiver.html" + https://www.citrix.com/downloads/workspace-app/" elog "and place it in ${DISTDIR:-/usr/portage/distfiles}." }