diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-24 17:48:37 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-24 17:48:50 +0100 |
commit | eb872eff6dff7ed6d253e8f679f8099d4366ba3f (patch) | |
tree | cf3409a3a72e87d16827a951b2f2e5a815cef923 /net-misc | |
parent | sys-apps/busybox: Disable RPC support explicitly (diff) | |
download | gentoo-eb872eff6dff7ed6d253e8f679f8099d4366ba3f.tar.gz gentoo-eb872eff6dff7ed6d253e8f679f8099d4366ba3f.tar.bz2 gentoo-eb872eff6dff7ed6d253e8f679f8099d4366ba3f.zip |
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 <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/icaclient-18.10.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/icaclient/icaclient-18.10.0.11.ebuild b/net-misc/icaclient/icaclient-18.10.0.11.ebuild index bd1c62c5f108..8217b458a559 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}." } |