diff options
author | 2011-10-18 10:23:45 +0000 | |
---|---|---|
committer | 2011-10-18 10:23:45 +0000 | |
commit | 4b9b0d0946010ef344e6d59fb7d4d73cd3b6b47a (patch) | |
tree | 7765b0a24cf3964f89b00d46dce87f85b500e4a1 /dev-python/psutil | |
parent | Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian ... (diff) | |
download | gentoo-2-4b9b0d0946010ef344e6d59fb7d4d73cd3b6b47a.tar.gz gentoo-2-4b9b0d0946010ef344e6d59fb7d4d73cd3b6b47a.tar.bz2 gentoo-2-4b9b0d0946010ef344e6d59fb7d4d73cd3b6b47a.zip |
Marked stable on AMD64 as a dependency of app-vim/automatictexplugin, based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #387455.
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/psutil')
-rw-r--r-- | dev-python/psutil/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/psutil/psutil-0.3.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/psutil/ChangeLog b/dev-python/psutil/ChangeLog index 7fa843b502f5..88e1bf8894ca 100644 --- a/dev-python/psutil/ChangeLog +++ b/dev-python/psutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/psutil # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.3 2011/09/04 12:51:12 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/ChangeLog,v 1.4 2011/10/18 10:23:45 chainsaw Exp $ + + 18 Oct 2011; Tony Vroon <chainsaw@gentoo.org> psutil-0.3.0.ebuild: + Marked stable on AMD64 as a dependency of app-vim/automatictexplugin, based + on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug + #387455. *psutil-0.3.0 (04 Sep 2011) diff --git a/dev-python/psutil/psutil-0.3.0.ebuild b/dev-python/psutil/psutil-0.3.0.ebuild index 6052736f152d..9db410b5a0e0 100644 --- a/dev-python/psutil/psutil-0.3.0.ebuild +++ b/dev-python/psutil/psutil-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.1 2011/09/04 12:51:12 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psutil/psutil-0.3.0.ebuild,v 1.2 2011/10/18 10:23:45 chainsaw Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -15,7 +15,7 @@ SRC_URI="http://psutil.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" # A broken test |