diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 20:09:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-12 20:09:01 +0000 |
commit | 1166f0491c2de87484206c1da2fc779003ede09c (patch) | |
tree | 9976057276a04cdf021373c1b685ef2cb4a06db5 /sys-cluster/gsh | |
parent | Stable for AMD64, wrt bug #393843 (diff) | |
download | gentoo-2-1166f0491c2de87484206c1da2fc779003ede09c.tar.gz gentoo-2-1166f0491c2de87484206c1da2fc779003ede09c.tar.bz2 gentoo-2-1166f0491c2de87484206c1da2fc779003ede09c.zip |
Stable for AMD64, wrt bug #393783
(Portage version: 2.1.10.39/cvs/Linux i686)
Diffstat (limited to 'sys-cluster/gsh')
-rw-r--r-- | sys-cluster/gsh/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/gsh/gsh-0.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/gsh/ChangeLog b/sys-cluster/gsh/ChangeLog index 8539fe7199be..2b8932c07b12 100644 --- a/sys-cluster/gsh/ChangeLog +++ b/sys-cluster/gsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/gsh -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/ChangeLog,v 1.5 2010/11/23 12:38:37 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/ChangeLog,v 1.6 2011/12/12 20:09:01 ago Exp $ + + 12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> gsh-0.3.1.ebuild: + Stable for AMD64, wrt bug #393783 *gsh-0.3.1 (23 Nov 2010) diff --git a/sys-cluster/gsh/gsh-0.3.1.ebuild b/sys-cluster/gsh/gsh-0.3.1.ebuild index 5194c631a15d..b0cbe25d96c3 100644 --- a/sys-cluster/gsh/gsh-0.3.1.ebuild +++ b/sys-cluster/gsh/gsh-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/gsh-0.3.1.ebuild,v 1.1 2010/11/23 12:38:37 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/gsh-0.3.1.ebuild,v 1.2 2011/12/12 20:09:01 ago Exp $ EAPI=3 PYTHON_DEPEND="2:2.4" @@ -15,5 +15,5 @@ SRC_URI="http://guichaz.free.fr/gsh/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" |