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 /net-misc | |
parent | python-r1.eclass: Ensure that PYTHON_COMPAT is an array (diff) | |
download | gentoo-3dd224ec989aa6fd00edce852b88f3c53675891b.tar.gz gentoo-3dd224ec989aa6fd00edce852b88f3c53675891b.tar.bz2 gentoo-3dd224ec989aa6fd00edce852b88f3c53675891b.zip |
net-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was not an array
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-misc')
-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 cc4ae62311f3..74114527592e 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 |