commit: d82bda9f1adf753a062bc6ddd40f140bbe440a8d Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 03:12:22 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 03:12:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82bda9f
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 67be8be..e82a801 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
