commit: 3dd224ec989aa6fd00edce852b88f3c53675891b Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 03:10:33 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 03:10:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd224ec
net-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was not an array Package-Manager: portage-2.2.20.1 net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cc4ae62..7411452 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
