diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:07:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:07:36 +0000 |
commit | d127122d59d376f6ab180615c6364864c8917d3a (patch) | |
tree | d9226621469c1c4df8b74fabf0a9537bff5996cc /dev-python/psutil | |
parent | Stable for x86, wrt bug #495600 (diff) | |
download | gentoo-2-d127122d59d376f6ab180615c6364864c8917d3a.tar.gz gentoo-2-d127122d59d376f6ab180615c6364864c8917d3a.tar.bz2 gentoo-2-d127122d59d376f6ab180615c6364864c8917d3a.zip |
Stable for x86, wrt bug #502790
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psutil/psutil-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psutil/ChangeLog b/dev-python/psutil/ChangeLog index d3128d147080..3baa056a27d4 100644 --- a/dev-python/psutil/ChangeLog +++ b/dev-python/psutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psutil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.30 2014/03/02 23:09:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.31 2014/03/04 20:07:36 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> psutil-1.2.1.ebuild: + Stable for x86, wrt bug #502790 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> psutil-1.2.1.ebuild: amd64 stable, bug #502790 diff --git a/dev-python/psutil/psutil-1.2.1.ebuild b/dev-python/psutil/psutil-1.2.1.ebuild index 0ce396f4b842..e0f232ae4e2a 100644 --- a/dev-python/psutil/psutil-1.2.1.ebuild +++ b/dev-python/psutil/psutil-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild,v 1.2 2014/03/02 23:09:24 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-1.2.1.ebuild,v 1.3 2014/03/04 20:07:36 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |