diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 03:07:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 03:07:51 +0000 |
commit | cbfb4a1f95004f6b50cf137245ed53b1e5c19bea (patch) | |
tree | fe15cca141bde31d623c4b67d41f18a930f3df10 /net-misc/pssh | |
parent | Changing python deps in preparation for 2.4 removal (diff) | |
download | gentoo-2-cbfb4a1f95004f6b50cf137245ed53b1e5c19bea.tar.gz gentoo-2-cbfb4a1f95004f6b50cf137245ed53b1e5c19bea.tar.bz2 gentoo-2-cbfb4a1f95004f6b50cf137245ed53b1e5c19bea.zip |
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/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 | 6 | ||||
-rw-r--r-- | net-misc/pssh/pssh-2.2.2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/pssh/ChangeLog b/net-misc/pssh/ChangeLog index 362c3028bec2..65535157a2e0 100644 --- a/net-misc/pssh/ChangeLog +++ b/net-misc/pssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/pssh -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.5 2011/04/26 17:06:45 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.6 2012/02/10 03:07:51 patrick Exp $ + + 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> pssh-2.1.1.ebuild, + pssh-2.2.2.ebuild: + Changing python deps in preparation for 2.4 removal 26 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> pssh-2.2.2.ebuild: Remove pointless doman diff --git a/net-misc/pssh/pssh-2.1.1.ebuild b/net-misc/pssh/pssh-2.1.1.ebuild index 722f5ef53e73..d85f12653e7e 100644 --- a/net-misc/pssh/pssh-2.1.1.ebuild +++ b/net-misc/pssh/pssh-2.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.2 2011/04/05 18:49:16 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.1.1.ebuild,v 1.3 2012/02/10 03:07:51 patrick Exp $ EAPI="3" -PYTHON_DEPEND="*:2.4" +PYTHON_DEPEND="*:2.5" inherit distutils DESCRIPTION="This package provides parallel versions of the openssh tools." diff --git a/net-misc/pssh/pssh-2.2.2.ebuild b/net-misc/pssh/pssh-2.2.2.ebuild index b2e6d0e979b1..0390e5860a83 100644 --- a/net-misc/pssh/pssh-2.2.2.ebuild +++ b/net-misc/pssh/pssh-2.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.2.2.ebuild,v 1.2 2011/04/26 17:06:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.2.2.ebuild,v 1.3 2012/02/10 03:07:51 patrick Exp $ EAPI="3" -PYTHON_DEPEND="*:2.4" +PYTHON_DEPEND="*:2.5" inherit distutils DESCRIPTION="This package provides parallel versions of the openssh tools." |