diff options
author | Brian Evans <grknight@gentoo.org> | 2015-11-07 22:10:33 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-11-07 22:10:33 -0500 |
commit | 3dd224ec989aa6fd00edce852b88f3c53675891b (patch) | |
tree | 952d8bff3a01f66eaa434e49adc3ac432b8795cb | |
parent | 4d18149d91c43e257a99df9efbb54ea8d7b05637 (diff) | |
download | gentoo-3dd224ec989aa6fd00edce852b88f3c53675891b.tar.gz gentoo-3dd224ec989aa6fd00edce852b88f3c53675891b.tar.xz |
net-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
-rw-r--r-- | net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild b/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild index cc4ae62311f..74114527592 100644 --- a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild +++ b/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild @@ -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 |