From fdf6b61a56b7e7c677b26ba14926a2cf85420d8b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 12 Nov 2015 09:48:11 +0100 Subject: dev-python/setproctitle: Use eclass functions to obtain build variables Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/setproctitle/setproctitle-1.1.8.ebuild | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'dev-python/setproctitle/setproctitle-1.1.8.ebuild') diff --git a/dev-python/setproctitle/setproctitle-1.1.8.ebuild b/dev-python/setproctitle/setproctitle-1.1.8.ebuild index 0b853ee7ada6..b028123889dd 100644 --- a/dev-python/setproctitle/setproctitle-1.1.8.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.8.ebuild @@ -4,6 +4,7 @@ EAPI=5 +# pypy doesn't get started in test run. Still required by www-servers/gunicorn PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 toolchain-funcs @@ -18,8 +19,6 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc- IUSE="test" RDEPEND="" -# on