diff options
author | 2014-02-14 11:23:18 +0000 | |
---|---|---|
committer | 2014-02-14 11:23:18 +0000 | |
commit | 8615085888369df1227f80428e9671d4bc254db8 (patch) | |
tree | 03744221cf6d2e3d6e5a787bd953e48276bbdca1 /net-misc/clusterssh | |
parent | version bump (diff) | |
download | gentoo-2-8615085888369df1227f80428e9671d4bc254db8.tar.gz gentoo-2-8615085888369df1227f80428e9671d4bc254db8.tar.bz2 gentoo-2-8615085888369df1227f80428e9671d4bc254db8.zip |
fix #501048
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'net-misc/clusterssh')
-rw-r--r-- | net-misc/clusterssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/clusterssh/clusterssh-4.01.05.ebuild | 5 | ||||
-rw-r--r-- | net-misc/clusterssh/clusterssh-9999.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/clusterssh/ChangeLog b/net-misc/clusterssh/ChangeLog index ac57cd2fe0f2..f74baaba2245 100644 --- a/net-misc/clusterssh/ChangeLog +++ b/net-misc/clusterssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/clusterssh -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.18 2013/04/25 15:18:00 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.19 2014/02/14 11:23:18 ultrabug Exp $ + + 14 Feb 2014; Ultrabug <ultrabug@gentoo.org> clusterssh-4.01.05.ebuild, + clusterssh-9999.ebuild: + fix #501048 thx to Neil Bothwick 25 Apr 2013; Justin Lecher <jlec@gentoo.org> -clusterssh-4.01.01.ebuild, clusterssh-4.01.05.ebuild, clusterssh-9999.ebuild: diff --git a/net-misc/clusterssh/clusterssh-4.01.05.ebuild b/net-misc/clusterssh/clusterssh-4.01.05.ebuild index 23f519ef9d3e..ec346592fa6a 100644 --- a/net-misc/clusterssh/clusterssh-4.01.05.ebuild +++ b/net-misc/clusterssh/clusterssh-4.01.05.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/clusterssh/clusterssh-4.01.05.ebuild,v 1.4 2013/04/25 15:18:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-4.01.05.ebuild,v 1.5 2014/02/14 11:23:18 ultrabug Exp $ EAPI=5 @@ -29,6 +29,7 @@ RDEPEND=" dev-perl/perl-tk dev-perl/Config-Simple dev-perl/X11-Protocol + dev-perl/XML-Simple x11-apps/xlsfonts x11-terms/xterm" DEPEND=" diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild index c02e3e3539ca..3de9856fc673 100644 --- a/net-misc/clusterssh/clusterssh-9999.ebuild +++ b/net-misc/clusterssh/clusterssh-9999.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/clusterssh/clusterssh-9999.ebuild,v 1.5 2013/04/25 15:18:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild,v 1.6 2014/02/14 11:23:18 ultrabug Exp $ EAPI=2 @@ -27,6 +27,7 @@ RDEPEND=" dev-perl/perl-tk dev-perl/Config-Simple dev-perl/X11-Protocol + dev-perl/XML-Simple x11-apps/xlsfonts x11-terms/xterm" DEPEND=" |