diff options
author | 2011-04-05 18:49:16 +0000 | |
---|---|---|
committer | 2011-04-05 18:49:16 +0000 | |
commit | 79f5b73276c64b97cb9cb384cf9fde2e465302be (patch) | |
tree | 4e6a9fa721720a2d9cbeb45ba6b43ba7b264e188 /net-misc | |
parent | Bump to 1.3.8, fixes various bugs (diff) | |
download | historical-79f5b73276c64b97cb9cb384cf9fde2e465302be.tar.gz historical-79f5b73276c64b97cb9cb384cf9fde2e465302be.tar.bz2 historical-79f5b73276c64b97cb9cb384cf9fde2e465302be.zip |
Fix deprecation warning.
Package-Manager: portage-2.2.0_alpha29_p9/cvs/Linux x86_64
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pssh/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/pssh/pssh-2.1.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/pssh/ChangeLog b/net-misc/pssh/ChangeLog index c6b95a23cc98..c50d93cc9369 100644 --- a/net-misc/pssh/ChangeLog +++ b/net-misc/pssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/pssh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.2 2011/01/19 08:00:13 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.3 2011/04/05 18:49:16 arfrever Exp $ + + 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pssh-2.1.1.ebuild: + Fix deprecation warning. 12 Jun 2010; Justin Bronder <jsbronder@gentoo.org> -pssh-1.4.3.ebuild: Remove older versions diff --git a/net-misc/pssh/pssh-2.1.1.ebuild b/net-misc/pssh/pssh-2.1.1.ebuild index 334baa2b27a3..722f5ef53e73 100644 --- a/net-misc/pssh/pssh-2.1.1.ebuild +++ b/net-misc/pssh/pssh-2.1.1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.1.1.ebuild,v 1.1 2011/01/19 04:46:28 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.1.1.ebuild,v 1.2 2011/04/05 18:49:16 arfrever Exp $ +EAPI="3" PYTHON_DEPEND="*:2.4" -inherit distutils multilib python +inherit distutils DESCRIPTION="This package provides parallel versions of the openssh tools." HOMEPAGE="http://code.google.com/p/parallel-ssh/" |