diff options
Diffstat (limited to 'gnome-extra/cinnamon/cinnamon-2.8.8.ebuild')
-rw-r--r-- | gnome-extra/cinnamon/cinnamon-2.8.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild b/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild index 6926d9fcd3b4..f8b423542b01 100644 --- a/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild +++ b/gnome-extra/cinnamon/cinnamon-2.8.8.ebuild @@ -23,9 +23,9 @@ SLOT="0" # bluetooth support dropped due to bug #511648 IUSE="+nls +networkmanager" #+bluetooth -# We need *both* python 2.7 and 3.x +# We need *both* python 2.x and 3.x REQUIRED_USE=" - $(python_gen_useflags 'python2*') + || ( $(python_gen_useflags 'python2*') ) || ( $(python_gen_useflags 'python3*') ) " |