From 996c5275463b3dc5b0db2c9779a769c23abef20b Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 16 Apr 2014 06:23:32 +0000 Subject: add pypy support (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- sys-process/glances/ChangeLog | 5 ++++- sys-process/glances/glances-1.7.4.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sys-process') diff --git a/sys-process/glances/ChangeLog b/sys-process/glances/ChangeLog index afaa850322dc..b2b2a806ee30 100644 --- a/sys-process/glances/ChangeLog +++ b/sys-process/glances/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/glances # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.15 2014/03/31 09:49:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.16 2014/04/16 06:23:32 idella4 Exp $ + + 16 Apr 2014; Ian Delaney glances-1.7.4.ebuild: + add pypy support *glances-1.7.4 (31 Mar 2014) diff --git a/sys-process/glances/glances-1.7.4.ebuild b/sys-process/glances/glances-1.7.4.ebuild index df7328bd7b8c..bb68936245e4 100644 --- a/sys-process/glances/glances-1.7.4.ebuild +++ b/sys-process/glances/glances-1.7.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.4.ebuild,v 1.1 2014/03/31 09:49:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.4.ebuild,v 1.2 2014/04/16 06:23:32 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 linux-info -- cgit v1.2.3-65-gdbad