diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 18:49:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 18:49:16 +0000 |
commit | 6b56f8bc89b2affc1844dada5819801861e8e5fb (patch) | |
tree | f6e11212ab1ba1eb6298e8ad840238031b443475 /net-misc/pssh | |
parent | Bump to 1.3.8, fixes various bugs (diff) | |
download | gentoo-2-6b56f8bc89b2affc1844dada5819801861e8e5fb.tar.gz gentoo-2-6b56f8bc89b2affc1844dada5819801861e8e5fb.tar.bz2 gentoo-2-6b56f8bc89b2affc1844dada5819801861e8e5fb.zip |
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pssh')
-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/" |