Skip to content

Commit

Permalink
net-misc/elliptics-eblob: Fix syntax error where PYTHON_COMPAT was no…
Browse files Browse the repository at this point in the history
…t an array

Package-Manager: portage-2.2.20.1
  • Loading branch information
Brian Evans committed Nov 8, 2015
1 parent 4d18149 commit 3dd224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3dd224e

Please sign in to comment.