summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-11-07 22:12:22 -0500
committerBrian Evans <grknight@gentoo.org>2015-11-07 22:12:22 -0500
commitd82bda9f1adf753a062bc6ddd40f140bbe440a8d (patch)
tree816ad1945049db8fcbcac7ccf5ceee43cc6d4ef0 /net-proxy
parentnet-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was not an array (diff)
downloadgentoo-d82bda9f1adf753a062bc6ddd40f140bbe440a8d.tar.gz
gentoo-d82bda9f1adf753a062bc6ddd40f140bbe440a8d.tar.bz2
gentoo-d82bda9f1adf753a062bc6ddd40f140bbe440a8d.zip
net-proxy/hatop: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/hatop/hatop-0.7.7.ebuild4
1 files 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 67be8be3aff0..e82a801118ad 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