From d82bda9f1adf753a062bc6ddd40f140bbe440a8d Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sat, 7 Nov 2015 22:12:22 -0500 Subject: [PATCH] net-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 --- net-proxy/hatop/hatop-0.7.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/hatop/hatop-0.7.7.ebuild b/net-proxy/hatop/hatop-0.7.7.ebuild index 67be8be3aff05..e82a801118ada 100644 --- a/net-proxy/hatop/hatop-0.7.7.ebuild +++ b/net-proxy/hatop/hatop-0.7.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT="python2_7" +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="ncurses" inherit python-r1