diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-06-20 22:54:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-06-20 22:55:06 +0200 |
commit | 86614b90cd8e33cbbffde4abb120abe1044072e2 (patch) | |
tree | 53a8ed8bfee3de26f951622efa4ee1586d5233dd /dev-util | |
parent | profiles/arch/arm64: drop net-dns/dnsmasq conntrack, bug #585542 (diff) | |
download | gentoo-86614b90cd8e33cbbffde4abb120abe1044072e2.tar.gz gentoo-86614b90cd8e33cbbffde4abb120abe1044072e2.tar.bz2 gentoo-86614b90cd8e33cbbffde4abb120abe1044072e2.zip |
dev-util/deskzilla: get rid of elog message.
This message now links to a 404 page that no longer exists.
Gentoo-Bug: https://bugs.gentoo.org/622022
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild index 082b0fc72d93..66b5d1cf350c 100644 --- a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild +++ b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -84,8 +84,4 @@ pkg_postinst() { elog "It is locked to Gentoo, ALM Works and Mozilla bugzilla only." elog "Note that you need to use 1.5 VM to run deskzilla when setting" elog "license or it won't get set due to bug in 1.6+ VMs." - elog - elog "If you are going to use Deskzilla for an open source project," - elog "you can similarly request your own free license:" - elog "http://almworks.com/opensource.html?product=deskzilla" } |