mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT="python2_7"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1 flag-o-matic cmake-utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user