diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-12 03:48:50 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-09-12 03:48:50 +0000 |
commit | 89363f0ee024d4e7b81a561b66f200c14acdd91c (patch) | |
tree | 86db9897c0426142f5aaeac2620b13ba2043efe4 /sys-cluster/gsh | |
parent | x86 stable wrt bug #336656 (diff) | |
download | gentoo-2-89363f0ee024d4e7b81a561b66f200c14acdd91c.tar.gz gentoo-2-89363f0ee024d4e7b81a561b66f200c14acdd91c.tar.bz2 gentoo-2-89363f0ee024d4e7b81a561b66f200c14acdd91c.zip |
x86 stable wrt bug #336750
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-cluster/gsh')
-rw-r--r-- | sys-cluster/gsh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/gsh/gsh-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/gsh/ChangeLog b/sys-cluster/gsh/ChangeLog index fa387667c326..a6dd3a679e17 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.1 2010/08/05 09:41:28 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/ChangeLog,v 1.2 2010/09/12 03:48:50 phajdan.jr Exp $ + + 12 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> gsh-0.3.ebuild: + x86 stable wrt bug #336750 *gsh-0.3 (05 Aug 2010) diff --git a/sys-cluster/gsh/gsh-0.3.ebuild b/sys-cluster/gsh/gsh-0.3.ebuild index a3677a9bd043..36c7052f90ab 100644 --- a/sys-cluster/gsh/gsh-0.3.ebuild +++ b/sys-cluster/gsh/gsh-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/gsh-0.3.ebuild,v 1.1 2010/08/05 09:41:28 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gsh/gsh-0.3.ebuild,v 1.2 2010/09/12 03:48:50 phajdan.jr Exp $ EAPI=2 PYTHON_DEPEND="2:2.4" @@ -15,7 +15,7 @@ SRC_URI="http://guichaz.free.fr/gsh/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="dev-python/setuptools" |