summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2014-01-06 12:21:15 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2014-01-06 12:21:15 +0000
commitd253c087488581d545b765e98a42cf636cbfd50f (patch)
tree556adcab35926db79dd5b3f13d13e684e8f0b85e /net-misc/x2goclient
parentVersion bump, drop old 4.0.0 ebuild (diff)
downloadgentoo-2-d253c087488581d545b765e98a42cf636cbfd50f.tar.gz
gentoo-2-d253c087488581d545b765e98a42cf636cbfd50f.tar.bz2
gentoo-2-d253c087488581d545b765e98a42cf636cbfd50f.zip
Fix openssh warning
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-misc/x2goclient')
-rw-r--r--net-misc/x2goclient/ChangeLog6
-rw-r--r--net-misc/x2goclient/x2goclient-4.0.1.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/x2goclient/ChangeLog b/net-misc/x2goclient/ChangeLog
index 1ae9d5b1c249..d7f6d68767e0 100644
--- a/net-misc/x2goclient/ChangeLog
+++ b/net-misc/x2goclient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/x2goclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.24 2014/01/03 15:34:28 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/ChangeLog,v 1.25 2014/01/06 12:21:15 voyageur Exp $
+
+ 06 Jan 2014; Bernard Cafarelli <voyageur@gentoo.org>
+ x2goclient-4.0.1.0.ebuild:
+ Fix openssh warning
*x2goclient-4.0.1.2 (03 Jan 2014)
diff --git a/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild b/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild
index 9524410f1007..1e9f7ced2776 100644
--- a/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild
+++ b/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild,v 1.4 2013/10/21 09:15:07 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goclient/x2goclient-4.0.1.0.ebuild,v 1.5 2014/01/06 12:21:15 voyageur Exp $
EAPI=4
inherit eutils qt4-r2
@@ -43,7 +43,7 @@ pkg_postinst(){
if has_version "<net-libs/libssh-0.6.0_rc1"; then
ewarn "If x2goclient hangs at connect, you will need to either:"
ewarn " * use >=net-libs/libssh-0.6.0_rc1 on the *client*"
- ewarn " * use net-misc/openssh[hpn] on the *server*"
+ ewarn " * use net-misc/openssh[-hpn] on the *server*"
ewarn "See bug #482548 for more information"
fi
}