diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 11:42:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 11:42:10 +0000 |
commit | b8c9b1d55e4136c5bbd19cf5a345b3d78cca950d (patch) | |
tree | bc32c4109904d1c13c193a032a5060811007a731 /sys-cluster/polysh | |
parent | Stable for x86, wrt bug #463132 (diff) | |
download | gentoo-2-b8c9b1d55e4136c5bbd19cf5a345b3d78cca950d.tar.gz gentoo-2-b8c9b1d55e4136c5bbd19cf5a345b3d78cca950d.tar.bz2 gentoo-2-b8c9b1d55e4136c5bbd19cf5a345b3d78cca950d.zip |
Stable for x86, wrt bug #463146
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster/polysh')
-rw-r--r-- | sys-cluster/polysh/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/polysh/polysh-0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/polysh/ChangeLog b/sys-cluster/polysh/ChangeLog index 6b77b4f62739..1a6afdf0ed8c 100644 --- a/sys-cluster/polysh/ChangeLog +++ b/sys-cluster/polysh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/polysh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.5 2013/03/26 11:35:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/ChangeLog,v 1.6 2013/03/26 11:42:10 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> polysh-0.4-r1.ebuild: + Stable for x86, wrt bug #463146 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> polysh-0.4-r1.ebuild: Stable for amd64, wrt bug #463146 diff --git a/sys-cluster/polysh/polysh-0.4-r1.ebuild b/sys-cluster/polysh/polysh-0.4-r1.ebuild index 913f84937411..402f2b8c8b55 100644 --- a/sys-cluster/polysh/polysh-0.4-r1.ebuild +++ b/sys-cluster/polysh/polysh-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.4-r1.ebuild,v 1.2 2013/03/26 11:35:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/polysh/polysh-0.4-r1.ebuild,v 1.3 2013/03/26 11:42:10 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -13,5 +13,5 @@ SRC_URI="http://guichaz.free.fr/polysh/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" |